monero 0.0.4 monero: ^0.0.4 copied to clipboard
Monero Dart library. Uses Rust bound via FFI. Includes a separate commandline application for managing and verifying Monero binary release archives (install with `dart pub global activate monero` an [...]
0.0.4 #
- Example fix
- native_toolchain_rust fix: remove dangling reference in build/hook.dart since 0.0.3.
- Added binary executable which helps download and verify the latest Monero release binary archive.
0.0.3 #
- native_toolchain_rust fixes: using native_toolchain_rust_mirror until its parent merges lib fixes.
0.0.2 #
- Migrated from libxmr to the new standalone monero-rust crate.
0.0.1 #
- Initial version.
- A proof of concept of building a Rust library with native_toolchain_rust for use in a Dart app.
- Uses cypherstack/libxmr's libxmr crate as the Rust library.