Smallet
1.0.0
A nice little mini-digital wallet for everyone.
Its not a real wallet, just meant to be a prototype for people to look at and understand how a digital wallet works.
cd smallet
npm install or yarn
.env
file to the following format:NEXT_PUBLIC_FIREBASE_CONFIG=
NEXT_PUBLIC_RAZORPAY_KEY_ID=
RAZORPAY_KEY_SECRET=
FIREBASE_SERVICE_ACCOUNT=
For FIREBASE_SERVICE_ACCOUNT
use this tutorial.
The project is open to feedback, any worthwhile improvements will be merged.