From 10ddea7be0a926f687944e023c301fcdeb54d903 Mon Sep 17 00:00:00 2001 From: Philip Mohun Date: Tue, 7 Jan 2025 22:41:37 +0000 Subject: [PATCH 1/2] add context re: paid ngrok plan --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc5b7f9..5389565 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ $ yarn dev To try your app in the Warpcast playground, you'll want to use a tunneling tool like [ngrok](https://ngrok.com/). +[Note: since the free version of ngrok inserts an interstitual, you will need to upgrade to the paid ngrok plan to use it with the Warpcast developer tool.] + ## Tutorial Here's a full walkthrough of creating a frames v2 app: From 0e93142a29231f216500711a5df9d6f864b33b0f Mon Sep 17 00:00:00 2001 From: Philip Mohun Date: Tue, 7 Jan 2025 22:42:27 +0000 Subject: [PATCH 2/2] clarify why free version won't work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5389565..c653f7e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ yarn dev To try your app in the Warpcast playground, you'll want to use a tunneling tool like [ngrok](https://ngrok.com/). -[Note: since the free version of ngrok inserts an interstitual, you will need to upgrade to the paid ngrok plan to use it with the Warpcast developer tool.] +[Note: since the free version of ngrok inserts an interstitial that blocks the frame from loading, you will need to upgrade to the paid ngrok plan to use it with the Warpcast developer tool.] ## Tutorial