hd_wallet 0.0.9 copy "hd_wallet: ^0.0.9" to clipboard
hd_wallet: ^0.0.9 copied to clipboard

A basic toolkit for Cryptocurrency wallet in Dart. This package is used to generate and manage the Hierarchical Deterministic (HD) Wallet application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hd_wallet

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

dependencies:
  hd_wallet: ^0.0.9

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/hd_wallet.dart';
1
likes
110
points
25
downloads

Publisher

verified publishercrystal.network

Weekly Downloads

A basic toolkit for Cryptocurrency wallet in Dart. This package is used to generate and manage the Hierarchical Deterministic (HD) Wallet application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

base_x, bs58check, crypto, flutter, hex, pointycastle, unorm_dart

More

Packages that depend on hd_wallet