mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 09:27:36 +00:00
755d021f8e
There is a slight note we only implement u64 varint's, while Monero does it for arbitrary uints, yet that's not relevant at this time. It is documented in #25. |
||
---|---|---|
.. | ||
generators | ||
src | ||
tests | ||
.gitignore | ||
build.rs | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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.