Library with support for de/serialization, parsing and executing on data structures and network messages related to Monero currency.
Supports (or should support)
Currently the documentation is very sparse. Patches to add usage examples and to expand on existing docs would be extremely appreciated.
Contributions are welcome.
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 library can be built to target wasm platform with:
cargo build --target wasm32-unknown-unknown --no-default-features
This is a research project sponsored by TrueLevel, developed by h4sh3d.