Mostro Core is a Rust-based library that provides peer-to-peer functionality for decentralized applications. It serves as the foundation for building Mostro daemon.
- Rust 1.86.0 or later
- Cargo (Rust's package manager)
- cargo-release for releasing new versions
- git-cliff for generating the changelog
- Peer-to-peer networking capabilities
- Secure communication protocols
- Efficient data synchronization
- Cross-platform compatibility
use mostro_core::prelude::*;
You may be interested in contributing to Mostro. If you're looking for somewhere to start contributing, check out the good first issue list.
More info in our contributing guide.
- Protocol documentation: https://mostro.network/protocol
- Frequently Asked Questions: in English, in Spanish.
Mostro is licensed under the MIT license.