We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d8318 commit 1b5e9e6Copy full SHA for 1b5e9e6
docs/smart-wallet/examples/onchain-vibes-store-with-profiles.mdx
@@ -159,7 +159,14 @@ const cbWalletConnector = coinbaseWallet({
159
160
1. Start your dev server: `npm run dev`
161
2. Start ngrok: `ngrok http 3000`
162
-3. Set `VITE_NGROK_URL` in your `.env` to your ngrok HTTPS URL
+3. Set the ngrok URL in the `CheckoutButton` component
163
+
164
+```tsx
165
+function getCallbackURL() {
166
+ return "https://your-ngrok-url.ngrok-free.app/api/data-validation"
167
+ }
168
+```
169
170
4. Try a purchase and share profile data
171
172
---
0 commit comments