bip85 1.0.3 copy "bip85: ^1.0.3" to clipboard
bip85: ^1.0.3 copied to clipboard

BIP85 bindings for the Rust-based 'rust-bip85' library, providing Dart utilities to derive and manage hierarchical keys and seeds securely.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bip85

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

dependencies:
  bip85: ^1.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:bip85/bip85.dart';
1
likes
160
points
46
downloads

Publisher

verified publisherbullbitcoin.com

Weekly Downloads

BIP85 bindings for the Rust-based 'rust-bip85' library, providing Dart utilities to derive and manage hierarchical keys and seeds securely.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_rust_bridge, plugin_platform_interface

More

Packages that depend on bip85