ndk_bip32_keys 0.1.0-dev.1 copy "ndk_bip32_keys: ^0.1.0-dev.1" to clipboard
ndk_bip32_keys: ^0.1.0-dev.1 copied to clipboard

BIP32 hierarchical deterministic key derivation utilities used by NDK.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ndk_bip32_keys

With Flutter:

 $ flutter pub add ndk_bip32_keys

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

dependencies:
  ndk_bip32_keys: ^0.1.0-dev.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:ndk_bip32_keys/ndk_bip32_keys.dart';
0
likes
140
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

BIP32 hierarchical deterministic key derivation utilities used by NDK.

Repository (GitHub)
View/report issues

Topics

#bitcoin #bip32 #nostr

License

MIT (license)

Dependencies

bs58check, hex, pointycastle

More

Packages that depend on ndk_bip32_keys