forked from cerc-io/ipld-eth-server
43 lines
2.1 KiB
Markdown
43 lines
2.1 KiB
Markdown
# go-libp2p-protocol
|
|
|
|
[](http://ipn.io)
|
|
[](http://github.com/libp2p/libp2p)
|
|
[](http://webchat.freenode.net/?channels=%23ipfs)
|
|
[](https://github.com/RichardLitt/standard-readme)
|
|
[](https://godoc.org/github.com/libp2p/go-libp2p-protocol)
|
|
[](https://codecov.io/github/libp2p/go-libp2p-protocol?branch=master)
|
|
[](https://travis-ci.org/libp2p/go-libp2p-protocol)
|
|
|
|
> Just a type for protocol strings. Nothing more
|
|
|
|
## Table of Contents
|
|
|
|
- [Install](#install)
|
|
- [Usage](#usage)
|
|
- [Contribute](#contribute)
|
|
- [Want to hack on IPFS?](#want-to-hack-on-ipfs)
|
|
- [License](#license)
|
|
|
|
## Install
|
|
|
|
```sh
|
|
go get github.com/libp2p/go-libp2p-protocol
|
|
```
|
|
|
|
## Usage
|
|
|
|
Go to https://godoc.org/github.com/libp2p/go-libp2p-protocol.
|
|
|
|
## Contribute
|
|
|
|
Feel free to join in. All welcome. Open an [issue](https://github.com/libp2p/go-libp2p-protocol/issues)!
|
|
|
|
Check out our [contributing document](https://github.com/libp2p/community/blob/master/CONTRIBUTE.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to libp2p are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
|
|
|
|
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
|
|
|
|
### Want to hack on IPFS?
|
|
|
|
[](https://github.com/ipfs/community/blob/master/contributing.md)
|
|
|