walletpackage 1.2.5 copy "walletpackage: ^1.2.5" to clipboard
walletpackage: ^1.2.5 copied to clipboard

unlisted

Wallet package. It is use for HD wallet with BIP32, BIP39, BIP44..., developed in Dart, can be used in Flutter framework.

example/example.dart

import 'package:walletpackage/walletpackage.dart';

void main() {
  testCreateMnemonicAndAddress();
}

Future<void> testCreateMnemonicAndAddress() async {
  WalletData walletData = await WalletProxy.createMnemonicAndAddress('123456');
  print(walletData.mnemonic);
  print(walletData.keystore);
  print(walletData.addresses);
}
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Wallet package. It is use for HD wallet with BIP32, BIP39, BIP44..., developed in Dart, can be used in Flutter framework.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

bech32, bip32, bip39, bitcoin_flutter, bs58check, crypto, crypton, fixnum, flutter, meta, protobuf, rlp, typed_data, web3dart

More

Packages that depend on walletpackage