Build Status Crates.io Documentation License: MIT

Rust Monero Library

Library with support for de/serialization, parsing and executing on data structures and network messages related to Monero currency.

Supports (or should support)

Documentation

Currently the documentation is very sparse. Patches to add usage examples and to expand on existing docs would be extremely appreciated.

Contributing

Contributions are welcome.

Building

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

Building for WASM

This library can be built to target wasm platform with:

cargo build --target wasm32-unknown-unknown --no-default-features

About

This is a research project sponsored by TrueLevel, developed by h4sh3d.