Skip to content

Latest commit

 

History

History

quest-7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Solana Pay -- Pirates Edition

Introduction

You'll need a mobile wallet that supports Transaction Requests to participate in this workshop.

  • Phantom (iOS, Android)
  • Solflare (iOS, Android)

Testing w/ Vercel and ngrok

Vercel

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

ngrok

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

Resources