Interfaces and abstractions that make up go-libp2p
Go to file
2022-09-06 15:18:33 +02:00
.github/workflows sync: update CI config files (#241) 2022-04-10 02:38:48 -07:00
canonicallog deprecate this repo 2022-08-19 11:21:45 +03:00
connmgr deprecate this repo 2022-08-19 11:21:45 +03:00
control deprecate this repo 2022-08-19 11:21:45 +03:00
crypto feat: forward crypto/pb 2022-09-06 15:18:33 +02:00
discovery deprecate this repo 2022-08-19 11:21:45 +03:00
event deprecate this repo 2022-08-19 11:21:45 +03:00
host deprecate this repo 2022-08-19 11:21:45 +03:00
introspection deprecate this repo 2022-08-19 11:21:45 +03:00
metrics deprecate this repo 2022-08-19 11:21:45 +03:00
network deprecate this repo 2022-08-19 11:21:45 +03:00
peer deprecate this repo 2022-08-19 11:21:45 +03:00
peerstore deprecate this repo 2022-08-19 11:21:45 +03:00
pnet deprecate this repo 2022-08-19 11:21:45 +03:00
protocol deprecate this repo 2022-08-19 11:21:45 +03:00
record deprecate this repo 2022-08-19 11:21:45 +03:00
routing deprecate this repo 2022-08-19 11:21:45 +03:00
sec deprecate this repo 2022-08-19 11:21:45 +03:00
test deprecate this repo 2022-08-19 11:21:45 +03:00
transport deprecate this repo 2022-08-19 11:21:45 +03:00
.gitignore deps: move tools to a sub-module (#130) 2020-03-09 19:57:19 -07:00
alias.go deprecate this repo 2022-08-19 11:21:45 +03:00
go.mod deprecate this repo 2022-08-19 11:21:45 +03:00
go.sum deprecate this repo 2022-08-19 11:21:45 +03:00
LICENSE chore(license): fix license detection 2020-02-11 10:34:23 -08:00
LICENSE-APACHE Add license files (#24) 2019-06-24 18:25:52 +01:00
LICENSE-MIT Add license files (#24) 2019-06-24 18:25:52 +01:00
README.md deprecate this repo 2022-08-19 11:21:45 +03:00
version.json chore: release v0.20.1 2022-09-06 15:18:33 +02:00

DEPRECATION NOTICE

This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/core.

go-libp2p-core

GoDoc Coverage Status Build Status Discourse posts

Home to the interfaces and abstractions that make up go-libp2p.

Install

go get github.com/libp2p/go-libp2p-core

Usage

Check out the GoDocs.

Testing

To test instantiations of interfaces and abstractions, you can use the test suite.

License

Dual-licensed under MIT and ASLv2, by way of the Permissive License Stack.