monero_dart 1.2.0
monero_dart: ^1.2.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.
1.2.0 #
- Update dependencies.
1.1.0 #
- Faster transaction unlocking.
1.0.0 #
- Update dependencies.
- Improved performance: transaction generation, signing, and proof creation are now 20× faster.
0.8.0 #
- Update dependencies.
0.7.0 #
- Update dependencies.
0.6.0 #
- Update dependencies.
0.5.0 #
- Update dependencies.
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.