hdkey 0.0.1 copy "hdkey: ^0.0.1" to clipboard
hdkey: ^0.0.1 copied to clipboard

Dart library for Bitcoin hierarchical deterministic keys (BIP32)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hdkey

With Flutter:

 $ flutter pub add hdkey

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

dependencies:
  hdkey: ^0.0.1

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:hdkey/hdkey.dart';
0
likes
120
points
394
downloads

Publisher

verified publishermahsumurebe.com

Weekly Downloads

Dart library for Bitcoin hierarchical deterministic keys (BIP32)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

bip32, bip39, bs58check, elliptic, hex, pointycastle

More

Packages that depend on hdkey