This is the repository for ITA Stakers' Quickstake
- Supports custom chains
- Keplr Integration
- Manage delegations | (un-|re-)delegate tokens
- Overview and withdraw rewards
- Governance (View proposals, vote)
Clone this repo to get started:
# Get the latest snapshot
git clone [email protected]:itastakers/quickstake.git myproject
# Change directory
cd myproject
# Install NPM dependencies
npm install
Development:
# Run development mode
npm run develop
Production:
# Build
npm run build