Miguel Mota
59d32cc7f2
Update README
2022-11-30 21:28:10 -08:00
Miguel Mota
e6f8c50fbf
Update README
2022-11-30 21:25:03 -08:00
Miguel Mota
dfb170d449
Update diagrams, closes #40
2022-11-30 20:52:41 -08:00
Miguel Mota
683d0dc1a9
Update README
2022-11-30 20:40:58 -08:00
Miguel Mota
dca666cfea
Update README
2022-11-14 09:36:40 -08:00
Miguel Mota
2861f03fde
Update README
2022-11-14 09:34:46 -08:00
Miguel Mota
429669cb53
Update README
2022-11-14 09:25:21 -08:00
Miguel Mota
00b656fc9a
Update README
2022-11-14 09:24:34 -08:00
Miguel Mota
db1e45f5c7
Update docs
2022-10-26 18:12:58 -07:00
miguel
d4f0fab01a
Merge pull request #66 from darienmh/merkle_tree_logo
...
Update merkle tree logo
2022-10-26 14:51:13 -07:00
daniel
f60ed66351
Update README.md
...
fix example of bad proof
2022-10-21 13:52:39 +03:00
darienmh
42324e53a3
background white
2022-09-29 16:23:20 -03:00
darienmh
c6c9ea8a3c
logo background white
2022-09-29 14:58:56 -03:00
Miguel Mota
a917fa12c4
Update README
2022-03-17 13:07:53 -07:00
Miguel Mota
51b0cf8f64
Update FAQ
2022-03-12 23:03:32 -08:00
Miguel Mota
b4d93df890
Add docs badge
2021-12-09 20:59:25 -08:00
Miguel Mota
92ea38768c
Update docs
2021-12-09 20:52:50 -08:00
Miguel Mota
64dc0286c1
Update README
2021-07-13 23:36:06 -07:00
Miguel Mota
49ee00c1c0
Add static verify method
2021-07-04 01:23:15 -07:00
Miguel Mota
322a00f9de
Update README
2021-07-02 00:29:07 -07:00
Miguel Mota
df879c6dac
Add example
2021-07-02 00:20:35 -07:00
Miguel Mota
4cf2c8aa5f
Update README
2020-12-12 10:58:57 -08:00
paul etscheit
31f9c47864
adds function description in readme
2020-12-03 16:23:53 +01:00
Miguel Mota
f37f91eae9
Add marshal/unmarshal static methods
2020-10-30 02:07:08 -07:00
Miguel Mota
d78ea67599
Fix typo
2020-06-06 14:12:00 -07:00
Miguel Mota
c3a250ff7f
Build browser lib
2020-06-06 13:52:26 -07:00
Miguel Mota
ef38bec30c
Update docs
2020-06-06 13:11:57 -07:00
Miguel Mota
8768f93132
Update typedoc
2020-06-06 12:26:33 -07:00
Miguel Mota
a69a927e8e
Update docs
2020-06-06 12:12:30 -07:00
Miguel Mota
9957ac545e
Update resources
2020-06-01 23:33:03 -07:00
Miguel Mota
e320bea597
Update README
2020-06-01 23:29:33 -07:00
Miguel Mota
3e92073907
Add contributions section
2019-12-18 17:30:24 -08:00
sethfork
ffad24babf
Replace sha3 with keccak; Update ethereumjs-util
2019-06-30 02:39:53 -04:00
Miguel Mota
e8964cd2b3
sort option
2019-06-16 17:46:12 -07:00
Miguel Mota
882236e603
sort leaves option
2019-06-07 15:15:16 -07:00
Miguel Mota
d84aa0e8a9
Fix typedoc
2019-06-07 01:00:36 -07:00
Miguel Mota
6f0ee08069
Update README
2019-06-07 00:55:35 -07:00
Miguel Mota
8868540114
Update README docs
2019-06-07 00:31:25 -07:00
Miguel Mota
49ef70eccd
Add duplicateOdd and sort option
2019-06-07 00:29:42 -07:00
Miguel Mota
448cf47ae6
Add Typescript types. Closes #13 and #12
2019-03-29 19:53:32 -07:00
Miguel Mota
9055817df7
add travis.yml
2019-01-19 15:43:57 -08:00
Miguel Mota
4c467de895
update readme
2019-01-19 15:26:13 -08:00
Miguel Mota
ede0c13c3a
print example
2018-12-09 19:12:10 -08:00
Miguel Mota
069cc98640
add getting started example
2018-12-09 19:10:43 -08:00
Miguel Mota
8d0092a0e0
update faq
2018-10-22 23:46:17 -07:00
Miguel Mota
20c42f095c
update readme
2018-10-22 23:40:56 -07:00
Miguel Mota
f5f049fc11
add faq
2018-10-22 23:38:33 -07:00
Eddie Hedges
4680587354
Fixed docs in code / readme for proof object
...
The `getProof` function stated that it returned an array of `Buffer`, but it in fact returns an array of a proof object, which looks like this:
```
{
position: string, // left or right
data: Buffer
}
```
2018-09-17 17:03:35 -05:00
Miguel Mota
1b74431d15
typo
2018-08-02 16:31:05 -07:00
Miguel Mota
bb54ade140
merkle-tree -> merkletreejs
2018-08-02 16:30:11 -07:00