hd_wallet_kit 0.0.2 copy "hd_wallet_kit: ^0.0.2" to clipboard
hd_wallet_kit: ^0.0.2 copied to clipboard

A Flutter HD Wallet package which provides implementation of BIP32, BIP39 and BIP44.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hd_wallet_kit

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

dependencies:
  hd_wallet_kit: ^0.0.2

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:hd_wallet_kit/hd_wallet_kit.dart';
1
likes
140
points
429
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter HD Wallet package which provides implementation of BIP32, BIP39 and BIP44.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

base58check, convert, flutter, pointycastle

More

Packages that depend on hd_wallet_kit