Patricia Tree Demo Application with ReactJS & Drizzle
Go to the deployed app on Ropsten network
- It's a demo dApp for solidity-patricia-tree library.
- You can read & write key-value into a patricia tree which is implemented as a smart contract
- Merkle tree contract is deployed on the Ropsten network (0xc5e1320b08ccb821941c5285e4af0adbf244eb69)
- Hovering on a node will show you information of a node
- Clicking a node will hide or show its children
git clone https://github.com/commitground/patricia-tree-demo
cd patricia-tree-demo
npm run install
npm run chain # run this script on another shell window
npm run migrate
npm run start
In the local environment, it is designed to listen ganache with websocket and use its unlocked account. Thus, without metamask & ropsten account, you can test this application with your own private net quickly.
- Solidity Patricia Tree
- Truffle
- Ganache
- Drizzle
- Create React App
- Redux
- Web3JS
- And lots of lovely open sources