You'll need a mobile wallet that supports Transaction Requests to participate in this workshop.
- Phantom (iOS, Android)
- Solflare (iOS, Android)
You could use any cloud provider that supports serverless functions, but we'll use Vercel for this workshop.
Register for a free account at Vercel
Register for a free account at ngrok
ngrok is the fastest way to put your app on the internet. Test your development server without deploying.
Start local development server:
npx vercel dev
In another terminal, start ngrok:
ngrok http 3000