A simple portfolio demo using the Zabo SDK. View the balance of any wallet and the balance/transactions of connected wallets.
cd
intozabo-backend-demo
- Create a .env file within
- Add
ZABO_SECRET_KEY=your_secret_key
- Add
ZABO_API_KEY=your_api_key
- Add
- Run
npm i
- Run
npm run start
- Create a .env file within
cd
intozabo-client-demo
in another Terminal window- Create a .env file within
- Add
REACT_APP_ZABO_CLIENT_ID=your_client_id
- Add
- Run
npm i
- Run
npm run start
- Create a .env file within