Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 936 Bytes

README.md

File metadata and controls

46 lines (39 loc) · 936 Bytes

ITA Stakers

Quickstake

This is the repository for ITA Stakers' Quickstake

🚀 Features

  • Supports custom chains
  • Keplr Integration
  • Manage delegations | (un-|re-)delegate tokens
  • Overview and withdraw rewards
  • Governance (View proposals, vote)

💡 Get started

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

🔗 Useful links & resources