Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1017 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 1017 Bytes

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