https://github.com/libp2p/go-libp2p-core
Interfaces and abstractions that make up go-libp2p
https://github.com/libp2p/go-libp2p-core
Last synced: 6 months ago
JSON representation
Interfaces and abstractions that make up go-libp2p
- Host: GitHub
- URL: https://github.com/libp2p/go-libp2p-core
- Owner: libp2p
- License: other
- Archived: true
- Created: 2019-04-16T12:09:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T13:18:52.000Z (almost 4 years ago)
- Last Synced: 2025-09-09T16:39:32.438Z (10 months ago)
- Language: Go
- Homepage:
- Size: 805 KB
- Stars: 145
- Watchers: 28
- Forks: 77
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATION NOTICE
This package has moved into go-libp2p as a sub-package, `github.com/libp2p/go-libp2p/core`.
# 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)
> Home to the interfaces and abstractions that make up go-libp2p.
## Install
```sh
go get github.com/libp2p/go-libp2p-core
```
## Usage
Check out the [GoDocs](https://godoc.org/github.com/libp2p/go-libp2p-core).
## Testing
To test instantiations of interfaces and abstractions, you can use the [test suite](https://github.com/libp2p/go-libp2p-testing/tree/master/suites).
## License
Dual-licensed under MIT and ASLv2, by way of the [Permissive License Stack](https://protocol.ai/blog/announcing-the-permissive-license-stack/).