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

discontinued
outdated

A basic toolkit for Cryptocurrency wallet in the Dart language. 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.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/hd_wallet.dart';
1
likes
0
points
22
downloads

Publisher

verified publishercrystal.network

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

base_x, crypto, flutter, hex, pointycastle, unorm_dart

More

Packages that depend on hd_wallet