go-merkledag implements the 'DAGService' interface and adds two ipld node types, Protobuf and Raw
❗ This library is maintained, but not actively developed. It will continue to receive fixes and security updates for users that depend on it. However, it may be deprecated in the future and it is recommended that you use alternatives to the functionality in go-merkledag, including:
- A fork of this library for use by Kubo is being maintained here: github.com/ipfs/boxo/ipld/merkledag
- Working directly with DAG-PB (ProtoNode) should directly use github.com/ipld/go-codec-dagpb in conjunction with github.com/ipld/go-ipld-prime
- Traversals / DAG walking should use github.com/ipld/go-ipld-prime/traversal
MIT © Juan Batiz-Benet