monero_dart 0.4.0
monero_dart: ^0.4.0 copied to clipboard
A pure Dart solution for Monero cryptography, supporting RingCT transactions, Bulletproof Plus, multi-sig accounts, account management, and full daemon/wallet RPC support.
0.4.0 #
- Update dependencies.
- Change some monero keys(PublicKey,PrivateKey) to bytes for better performance.
0.3.0 #
- The RPC method names and service class implementations have been updated. Please refer to the examples folder for guidance.
- Update dependencies.
0.2.0 #
- Update dependencies.
- Speed up output unlocking.
0.1.0 #
- Initial version.