Crates.io | libmonero |
lib.rs | libmonero |
version | 0.1.9 |
source | src |
created_at | 2023-12-25 14:44:29.812978 |
updated_at | 2024-03-30 22:55:53.410141 |
description | Batteries-included Monero Library |
homepage | https://github.com/monumexyz/libmonero |
repository | https://github.com/monumexyz/libmonero |
max_upload_size | |
id | 1080269 |
size | 457,568 |
_ _ _
| (_) |__ _ __ ___ ___ _ __ ___ _ __ ___
| | | '_ \| '_ ` _ \ / _ \| '_ \ / _ \ '__/ _ \
| | | |_) | | | | | | (_) | | | | __/ | | (_) |
|_|_|_.__/|_| |_| |_|\___/|_| |_|\___|_| \___/
DISCLAIMER: This library is still in early development and doesn't have a stable version yet. It is not ready for production use and not cryptographically audited. We are working hard to make it as secure as possible. Please use it at your own risk.
libmonero is a powerful, batteries-included library for the Monero cryptocurrency written in Rust. It is designed to be fast, safe and easy to use.
And many more features... (Roadmap)
Add the library to your project and use the functions:
cargo add libmonero
For more details, please take a look at docs. If you have any questions, you can ask either at the discussions or matrix room.
As you may notice, we don't make any money from this project. We are working on this project for the Monero community and for the love of open-source. If you want to support us, you can donate to the following Monero address:
48SK3AeqELVKwsyKkSvxw9YkY8YU5eBHTZTQS2eWZb9yNtb7FYAJqxnhY41x5uGb2UJew8pBek4Cdg41CaA3CHpCCsGGBjF
This project is licensed under the MIT License. Please take a look at LICENSE.md for more information.
Almost every Monero 'library' on the net is either a wrapper or a port of the official software and it's RPC. They just make interface for you to communicate with the 'real software', where all things happen. This is not the case with libmonero¹. You don't need any of the official code, which is written in C++ and is very hard to understand (some people even say wallet2 is 'hell' :D). This library is designed to be a fast, safe, and full-featured library, with support for all the features of the Monero blockchain and ecosystem.
¹: This library is written from scratch in Rust and is designed to be easy to use and understand with no need for any other software (other than Monero Daemon for blockchain data etc., NO WALLET RPC). We aim for this library to be usable even for embedded apps. That's why we are calling it 'batteries-included'.
Building this library from scratch is a huge task. We are working hard to make it as good as possible. If you want to help us, please consider contributing to this project. We are looking for people who can help us with the development, testing, and documentation. If you are interested and need any help about it, please contact community at the matrix room: #monume:matrix.org
TL;DR: No-bullshit, standalone, fast, safe and easy to use library for Monero did not exist, so we made one.