Skip to content

Zilliqa/zq2-staking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZQ Staking Portal

Running locally

  1. Install dependencies
npm install
  1. Run the development server
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Environments

Rename selected environment to .env to use it with npm run dev.

.env.mocked_wallet

This enables easy UX/UI workflow where you can modify the wallet states in the code to check for different scenarios.

.env.local_zq2

This one makes the app connected to locally run docker-compose ZQ2 network.

Adding new Delegator

  1. Fetch delegator static data using npx tsx src/script/fetchPoolStaticData.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages