https://github.com/ipfs/go-ipld-format
IPLD Node and Resolver interfaces in Go
https://github.com/ipfs/go-ipld-format
Last synced: about 1 year ago
JSON representation
IPLD Node and Resolver interfaces in Go
- Host: GitHub
- URL: https://github.com/ipfs/go-ipld-format
- Owner: ipfs
- License: mit
- Created: 2016-10-14T14:15:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T08:32:13.000Z (about 1 year ago)
- Last Synced: 2025-03-31T19:09:45.941Z (about 1 year ago)
- Language: Go
- Homepage: https://github.com/ipld/ipld
- Size: 110 KB
- Stars: 64
- Watchers: 23
- Forks: 26
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-ipld-format
==================
[](http://ipn.io)
[](http://ipfs.io/)
[](http://webchat.freenode.net/?channels=%23ipfs)
[](https://codecov.io/gh/ipfs/go-ipld-format/branch/master)
[](https://travis-ci.org/ipfs/go-ipld-format)
> go-ipld-format is a set of interfaces that a type needs to implement in order to be a part of the ipld merkle-forest.
## Lead Maintainer
[Eric Myhre](https://github.com/warpfork)
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [API](#api)
- [Contribute](#contribute)
- [License](#license)
## Install
```sh
make install
```
## 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 © Jeromy Johnson