merkle-tree
A JavaScript library to generate merkle trees and merkle proofs.
File Explorer
Download Latest Version (.zip)- action.yml
- release.yml
- test.yml
- errors.ts
- bytes.test.ts
- bytes.ts
- core.test.ts
- core.ts
- hashes.ts
- index.test.ts
- index.ts
- merkletree.ts
- options.ts
- simple.test.ts
- simple.test.ts.md
- simple.test.ts.snap
- simple.ts
- standard.test.ts
- standard.test.ts.md
- standard.test.ts.snap
- standard.ts
- simple-v1.sorted.1_0_6.json
- simple-v1.unsorted.1_0_6.json
- standard-v1.sorted.1_0_6.json
- standard-v1.unsorted.1_0_6.json
- dumps.test.ts
- .c8rc
- .codecov.yml
- .eslintrc.js
- .gitignore
- .prettierrc
- ava.config.js
- CHANGELOG.md
- FUNDING.json
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/OpenZeppelin/merkle-tree
Downloads the entire project code from GitHub to your computer.
cd merkle-tree
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @openzeppelin/merkle-tree
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
