Merge pull request #260 from yondonfu/feature/merkleproof
Merkle proof library with tests and docs
Showing
contracts/MerkleProof.sol
0 → 100644
docs/source/merkleproof.rst
0 → 100644
| ... | ... | @@ -35,6 +35,7 @@ |
| "chai-as-promised": "^7.0.0", | ||
| "chai-bignumber": "^2.0.0", | ||
| "coveralls": "^2.13.1", | ||
| "ethereumjs-util": "^5.1.2", | ||
| "ethereumjs-testrpc": "^4.1.1", | ||
| "mocha-lcov-reporter": "^1.3.0", | ||
| "solidity-coverage": "^0.2.2", | ||
| ... | ... |
test/MerkleProof.js
0 → 100644
test/helpers/merkleTree.js
0 → 100644
Please
register
or
sign in
to comment