This is demo application for clients who wants to use "gari" npm package.
This application demos below functionalities:
- dummy login with jwt-token format supported by web3 auth
- create or get wallet using "createWalletOrGetWallet" method from "gari" package
- receive airdrop
- Transfer gari token to another user(wallet)
Backend has below apis:
- login
- airdrop
- transaction
First, run the development server:
npm run dev
# or
yarn dev