- Install dependencies
npm install
- Run the development server
npm run dev
- Open http://localhost:3000 with your browser to see the result.
Rename selected environment to .env
to use it with npm run dev
.
This enables easy UX/UI workflow where you can modify the wallet states in the code to check for different scenarios.
This one makes the app connected to locally run docker-compose ZQ2 network.
- Fetch delegator static data using
npx tsx src/script/fetchPoolStaticData.ts
The app is powered by z app
utility. The prototestnet
deployment is automatic on push to main
branch. The protomainnet
deployment is automatic on release. Deployment to devnet
environment requires manual z app sync
.