Skip to content

solpayments/solpayments-ui-demo

Repository files navigation

Sol Payments Processor Demo

This repo contains the code for the demo of the Sol Payments program.

Getting started

First, copy the included .env.example into .env. You might need to use correct values of the envs.

cp .env.example .env

Next install packages using npm and then start the app:

npm install

npm run dev

Testing

Will be added as soon as possible.