hd_wallet 0.0.1
hd_wallet: ^0.0.1 copied to clipboard
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.