51 lines
2.3 KiB
Markdown
Raw Normal View History

2019-11-14 12:37:20 +00:00
# JS libp2p Interfaces
2019-10-18 13:33:30 +02:00
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai)
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
[![](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
2020-12-17 11:31:12 +01:00
[![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-interfaces.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-interfaces)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-interfaces/ci?label=ci&style=flat-square)](https://github.com/libp2p/js-libp2p-interfaces/actions?query=branch%3Amaster+workflow%3Aci+)
2019-10-18 13:33:30 +02:00
> Contains test suites and interfaces you can use to implement the various components of libp2p.
## Lead Maintainer
[Jacob Heun](https://github.com/jacobheun).
2019-10-18 13:33:30 +02:00
## Interfaces
- [Connection](./src/connection)
- [Content Routing](./src/content-routing)
2019-10-29 11:24:28 +01:00
- [Crypto](./src/crypto)
- [Peer Discovery](./src/peer-discovery)
- [Peer Routing](./src/peer-routing)
- [Pubsub](./src/pubsub)
- [Record](./src/record)
- [Stream Muxer](./src/stream-muxer)
- [Topology](./src/topology)
- [Transport](./src/transport)
2019-10-18 13:33:30 +02:00
### Origin Repositories
For posterity, here are links to the original repositories for each of the interfaces (if they had one).
2019-10-18 13:33:30 +02:00
- [Connection](https://github.com/libp2p/interface-connection)
- [Content Routing](https://github.com/libp2p/interface-content-routing)
- [Peer Discovery](https://github.com/libp2p/interface-peer-discovery)
- [Peer Routing](https://github.com/libp2p/interface-peer-routing)
- [Pubsub](https://github.com/libp2p/js-libp2p-pubsub)
2019-10-18 13:33:30 +02:00
- [Stream Muxer](https://github.com/libp2p/interface-stream-muxer)
- [Transport](https://github.com/libp2p/interface-transport)
## Contribute
Feel free to join in. All welcome. Open an [issue](https://github.com/libp2p/js-interfaces/issues)!
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)
## License
MIT - Protocol Labs 2019