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

discontinued
outdated

A crypto HD wallet package for the Dart language.

HD Wallet #

A crypto HD wallet package for the Dart language.

Features #

You can easily use this package to develop crypto wallets through the Dart language.

Getting started #

Use this package as a library #

Depend on it

Run this command:

With Dart:

dart pub add hd_wallet

With Flutter:

flutter pub add hd_wallet

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

dependencies:
  hd_wallet: ^latest

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:hd_wallet/hd_wallet.dart';

Usage #

Include short and useful examples for package users. Add longer examples to /example folder.

const like = 'sample';

Additional information #

If you have any problems or bugs in use, please contact us.

1
likes
0
points
25
downloads

Publisher

verified publishercrystal.network

Weekly Downloads

A crypto HD wallet package for the Dart language.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, hex, pointycastle, unorm_dart

More

Packages that depend on hd_wallet