forked from cerc-io/ipld-eth-server
37 lines
1.3 KiB
Markdown
37 lines
1.3 KiB
Markdown
go-merkledag
|
|
==================
|
|
|
|
[](http://ipn.io)
|
|
[](http://ipfs.io/)
|
|
[](http://webchat.freenode.net/?channels=%23ipfs)
|
|
[](https://codecov.io/gh/ipfs/go-merkledag/branch/master)
|
|
[](https://travis-ci.org/ipfs/go-merkledag)
|
|
|
|
> go-merkledag implements the 'DAGService' interface and adds two ipld node types, Protobuf and Raw
|
|
|
|
|
|
|
|
## Table of Contents
|
|
|
|
- [TODO](#todo)
|
|
- [Contribute](#contribute)
|
|
- [License](#license)
|
|
|
|
## TODO
|
|
|
|
- Pull out dag-pb stuff into go-ipld-pb
|
|
- Pull 'raw nodes' out into go-ipld-raw (maybe main one instead)
|
|
- Move most other logic to go-ipld
|
|
- Make dagservice constructor take a 'blockstore' to avoid the blockservice offline nonsense
|
|
- deprecate this package
|
|
|
|
## Contribute
|
|
|
|
PRs are welcome!
|
|
|
|
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
|
|
|
|
## License
|
|
|
|
MIT © Juan Batiz-Benet
|