Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 715 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 715 Bytes

Merkle Tree

An interactive Merkle Tree for didactic purposes.
This project is built with React.js + Typescript, using Material UI components.
You can find it at https://goncalomagalhaes.github.io/merkle-tree/.

Start locally

In the project, you should first run:

yarn install

After that, you should do:

yarn start

This runs the merkle tree in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.