forked from cerc-io/ipld-eth-server
36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
go-block-format
|
|
==================
|
|
|
|
[](http://ipn.io)
|
|
[](http://ipfs.io/)
|
|
[](http://webchat.freenode.net/?channels=%23ipfs)
|
|
[](https://codecov.io/gh/ipfs/go-block-format/branch/master)
|
|
[](https://travis-ci.org/ipfs/go-block-format)
|
|
|
|
> go-block-format is a set of interfaces that a type needs to implement in order to be a CID addressable block of data.
|
|
|
|
|
|
## 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 © Juan Batiz-Benet
|