hdwallet_lib 0.0.2
hdwallet_lib: ^0.0.2 copied to clipboard
HDWallet help us connect bitcoin and ethereum wallet. We will update and support HDWallet connect to more and more coins.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hdwallet_libThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hdwallet_lib: ^0.0.2Alternatively, 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:hdwallet_lib/bech32.dart';
import 'package:hdwallet_lib/bip32.dart';
import 'package:hdwallet_lib/bip39.dart';
import 'package:hdwallet_lib/bs58check.dart';
import 'package:hdwallet_lib/hdwallet.dart';