Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 417 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 417 Bytes

Blockchain Comparison

Running the project

First, run the development server:

npm install
npm run dev
# or
yarn
yarn dev

Open http://localhost:3000 with your browser to see the result.

How to contribute

Improvements to Blockchain data

Make a PR with changes on the /public/blockchains.json file

Improvements to the front-end

Make PRs improving the front-end