bip85 2.0.0 copy "bip85: ^2.0.0" to clipboard
bip85: ^2.0.0 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: ^2.0.0

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
150
points
95
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

ffi, flutter, flutter_rust_bridge, plugin_platform_interface

More

Packages that depend on bip85