Library with support for de/serialization on block data structures and key/address generation and scanning related to Monero cryptocurrency.
Supports (or should support)
serde_support
Currently the documentation is very sparse. Patches to add usage examples and to expand on existing docs would be extremely appreciated.
Contributions are generally welcome. If you intend to make larger changes please discuss them in an issue before PRing them to avoid duplicate work and architectural mismatches.
The library can be built and tested using cargo:
git clone git@github.com:monero-rs/monero-rs.git
cd monero-rs
cargo build
You can run tests with:
cargo test
This started as a research project sponsored by TrueLevel SA, it is now developed and maintained by h4sh3d and member's of the community and not by the Monero Core Team.