2019-04-16 20:14:04 +08:00
|
|
|
# go-libp2p-core
|
|
|
|
|
|
|
|
[](https://protocol.ai)
|
|
|
|
[](https://libp2p.io/)
|
|
|
|
[](http://webchat.freenode.net/?channels=%23libp2p)
|
|
|
|
[](https://godoc.org/github.com/libp2p/go-libp2p-core)
|
|
|
|
[](https://coveralls.io/github/libp2p/go-libp2p-core?branch=master)
|
|
|
|
[](https://travis-ci.org/libp2p/go-libp2p-core)
|
|
|
|
[](https://discuss.libp2p.io)
|
|
|
|
|
2019-05-26 22:33:21 +08:00
|
|
|
> Home to the interfaces and abstractions that make up go-libp2p.
|
2019-04-16 20:14:04 +08:00
|
|
|
|
2019-12-07 23:33:06 +08:00
|
|
|
Minimum go version: 1.13
|
|
|
|
|
2019-04-16 20:14:04 +08:00
|
|
|
## Install
|
|
|
|
|
|
|
|
```sh
|
|
|
|
go get github.com/libp2p/go-libp2p-core
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Check out the [GoDocs](https://godoc.org/github.com/libp2p/go-libp2p-core).
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Dual-licensed under MIT and ASLv2, by way of the [Permissive License Stack](https://protocol.ai/blog/announcing-the-permissive-license-stack/).
|