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

unlistedoutdated

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
0
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

unknown (LICENSE)

Dependencies

bip39, bitcoin_flutter, crypton, flutter, rlp, typed_data, web3dart

More

Packages that depend on walletpackage