loomnetwork / dashboard

Loom Basechain Gateway, wallet and DPoS UI / dashboard

Home Page:https://dashboard.dappchains.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plasmachain Staking and Validator Dashboard

Set the following environment variables before running anything:

  • WALLETCONNECT_PROJECT_ID - should be set to the project ID generated by WalletConnect Developer Cloud.
  • INFURA_PROJECT_ID - should be set to the project ID generated by Infura.
  • NODE_ENV - should be set to PRODUCTION for production deploys.
  • EXT_VALIDATORS_URL - should be set to the API endpoint that provides additional information about validators.

To run it:

yarn run serve

To build it:

yarn run build

Part of the build step is prerendering the pages, which uses puppeteer to drive a headless chrome browser. Make sure to install all dependencies.

About

Loom Basechain Gateway, wallet and DPoS UI / dashboard

https://dashboard.dappchains.com

License:MIT License


Languages

Language:Vue 44.1%Language:TypeScript 42.3%Language:HTML 6.9%Language:JavaScript 4.5%Language:CSS 0.8%Language:SCSS 0.7%Language:Shell 0.7%