# 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/).