Commit Graph

28 Commits

Author SHA1 Message Date
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
Miguel Mota ab1014ef13 more info link 2018-07-26 11:31:04 -07:00
Donlee 9ecf38a50a Fixed example code inconsistencies 2018-07-09 20:57:31 +01:00
Miguel Mota 812079e52e m-tree -> merkletreejs 2018-07-09 10:25:43 -07:00
Miguel Mota 0029efd325 bump 2018-05-01 23:52:11 -07:00
Miguel Mota 80baeb274b image 2018-05-01 23:25:56 -07:00
Miguel Mota 3b05b295f4 typo 2017-08-07 20:55:28 -07:00
Miguel Mota b94b2625ba bitcoin merkle tree diagram 2017-08-07 20:54:56 -07:00
Miguel Mota 3cbbf31fa6 update diagram 2017-08-07 20:29:54 -07:00
Miguel Mota 126056c6cd update readme 2017-07-22 22:16:42 -07:00
Miguel Mota 957b2aa1d6 add notes 2017-07-22 22:12:37 -07:00
Miguel Mota 720008ebdb update readme 2017-07-22 01:36:53 -07:00
Miguel Mota 048ffe5c1f update readme 2017-07-22 01:35:58 -07:00
Miguel Mota c2ffb2176d update readme 2017-07-22 01:35:42 -07:00
Miguel Mota 75090f50d3 update readme 2017-07-22 01:35:21 -07:00
Miguel Mota f486975498 update readme 2017-07-22 01:05:52 -07:00
Miguel Mota 4728909c3f update readme 2017-07-22 00:44:19 -07:00
Miguel Mota 9ce3e13411 update readme 2017-07-22 00:43:00 -07:00
Miguel Mota 13c629711e update readme 2017-07-22 00:38:06 -07:00
Miguel Mota cc28ce9083 init 2017-07-22 00:31:30 -07:00