Skip to content

pubkeyapp/solana-pay-playground

Repository files navigation

SolanaPay Playground

Getting Started

Clone the repository and install the dependencies:

Prerequisites

Tip

If you don't have PNPM installed, you can install it using corepack:

corepack enable
corepack prepare pnpm@8 --activate

Installation

  1. Clone the repository:
git clone https://github.com/pubkeyapp/solana-pay-playground
cd solana-pay-playground
pnpm install

Development

Start the API

pnpm dev:api

Start the web app

pnpm dev:web

Solana Pay requires https to work, so in development you need something like ngrok to expose your local server to the internet.

Be sure to update the allowedHosts property in web/project.json to allow the ngrok URL.

pnpm tunnel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published