"No VCs. No pre-mine. Just code."
A live, cinematic dashboard for the Decred network, focusing on strictly enforced protocol constraints:
- Network Health: Real-time ticker and network stats (Stake participation, Treasury runway, Ticket pool metrics)
- Protocol-Enforced Lockup: Visualizes the total minted supply versus strictly locked DCR (PoS tickets + Treasury)
- Cross-Chain Comparisons: Displays how Decred's fair distribution compares to VC-heavy or pure PoW networks.
Explore the live dashboard at decred.supply.
- Node.js
20.19+or22.12+(tested with22.22.0) - npm
10+
Clone the repository and install the dependencies:
# We recommend using NVM to quickly select Node 22
nvm use 22
npm install
npm run devTo build a static, optimized version of the dashboard:
npm run buildThis project is configured right now to easily deploy its static frontend to GitHub Pages using the gh-pages npm package.
- Make sure your changes are fully committed and pushed to your
mainbranch. - Run the deployment script:
npm run deploy
- Ensure your repository's Settings > Pages is configured to build from the
gh-pagesbranch.
- Live network metrics are fetched from
dcrdata.decred.org/api - Real-time pricing & volume data is fetched via the CoinGecko API.