This commit is contained in:
Miguel Mota 2018-05-01 23:52:11 -07:00
parent 80baeb274b
commit 0029efd325
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
<p align="center">
<h1 align="center">
<br />
<img src="https://user-images.githubusercontent.com/168240/39508295-ceeb1576-4d96-11e8-90aa-b2a56825567d.png" alt="Merkle Tree" width="600" />
</p>
<br />
<br />
<br />
</h1>
> Construct [Merkle Trees](https://en.wikipedia.org/wiki/Merkle_tree) and verify proofs in JavaScript.

View File

@ -1,6 +1,6 @@
{
"name": "m-tree",
"version": "0.0.4",
"version": "0.0.5",
"description": "Construct Merkle Trees and verify proofs",
"main": "index.js",
"directories": {