serai/coins/monero
Luke Parker fd48bbd15e
Initial documentation for the Monero libraries (#122)
* Document all features

* Largely document the Monero libraries

Relevant to https://github.com/serai-dex/serai/issues/103 and likely 
sufficient to get this removed from 
https://github.com/serai-dex/serai/issues/102.
2022-09-28 07:44:49 -05:00
..
generators Initial documentation for the Monero libraries (#122) 2022-09-28 07:44:49 -05:00
src Initial documentation for the Monero libraries (#122) 2022-09-28 07:44:49 -05:00
tests Support including arbitrary data in TXs and return it with outputs 2022-08-30 15:42:23 -04:00
.gitignore Generate Bulletproofs(+) generators at compile time 2022-08-21 06:36:53 -04:00
build.rs Update visibility of various items in Monero 2022-08-21 11:06:17 -04:00
Cargo.toml Initial documentation for the Monero libraries (#122) 2022-09-28 07:44:49 -05:00
LICENSE Move the Monero create to coins/ 2022-04-27 00:09:05 -04:00
README.md Add READMEs to Serai and Monero 2022-07-08 16:23:26 -04:00

monero-serai

A modern Monero transaction library intended for usage in wallets. It prides itself on accuracy, correctness, and removing common pit falls developers may face.

Threshold multisignature support is available via the multisig feature.