High-level abstraction over rust-libp2p for easier protocol integration and management
Based and inspired by rust-ipfs, Connexa is built on top of rust-libp2p
. It
provides a high-level abstraction to simplify running and managing libp2p protocols.
The goal of Connexa is to make it easier to leverage rust-libp2p
and its built-in protocols, while also allowing
developers to build and integrate their own custom protocols.
Alpha — This project is in early development. APIs, features, and design may change significantly.
Check out the examples directory to learn how to:
- Use Connexa in your project
- Implement custom
rust-libp2p
behaviours - Compose multiple protocols with minimal boilerplate
This project is dual-licensed under either:
You may choose the license that best fits your use case.