Visualizations for Blockchain & Market Data
A Cryptocurrency Market & Blockchain exploration, using on chain data combined with exchange data to get a sense of trends
Sample Block
Start Development & Testing Locally
- Clone the repo and run
npm install
The repo development is mainly in /src, /api and /test.
To run local development website:
npm run dev – Starts server & watches folders
Helpful Commands
npm run build– Builds compiled client deployable packagenpm test– Runs all tests
