monero 0.0.4 copy "monero: ^0.0.4" to clipboard
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 [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate monero

Use it

The package has the following executables:

$ monero

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add monero

With Flutter:

 $ flutter pub add monero

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  monero: ^0.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:monero/monero.dart';
1
likes
120
pub points
27%
popularity

Publisher

verified publishermanymath.com

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` and use as in `monero --help`).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, ffi, ffigen, http, native_assets_cli, native_toolchain_rust_mirror, path

More

Packages that depend on monero