zkao / monero-rs

Rust Monero Library

Home Page:https://docs.rs/monero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status unsafe forbidden Crates.io Documentation License: MIT

Rust Monero Library

Library with support for de/serialization on block data structures and key/address generation and scanning related to Monero cryptocurrency.

Supports (or should support)

  • De/serialization of Monero blocks and transactions (consensus encoding)
  • Address and subaddress creation, de/serialization and validation
  • Private keys and one-time keys creation, de/serialization and validation
  • Serde support on most structures with feature serde_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 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.

About

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.

About

Rust Monero Library

https://docs.rs/monero

License:MIT License


Languages

Language:Rust 100.0%