Skip to content

citizenwallet/topup

Repository files navigation

Top up

Frontend interface to top up your citizen wallet community token using Stripe.

How to run locally

git clone git@github.com:citizenwallet/topup.git;
cd topup
npm i
cp .env.example .env.local (then edit the env file)
npm run dev
open http://localhost:3000/

Releases

No releases published

Packages

No packages published