tidelabs / tidefi-bonding-dashboard

Real-time data explorer for Tidechain
https://bonding.tidefi.io/
MIT License
1 stars 1 forks source link
substrate tidechain

TIDEFI Bonding Dashboard

A tool to help potential Stakers make informative decisions about validators.

tidefi-bonding-dashboard

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev
# or if the Quasar CLI is not installed
yarn quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build
# or if the Quasar CLI is not installed
yarn quasar build

Customize the configuration

See Configuring quasar.config.js.