vfx_dart 1.0.0 copy "vfx_dart: ^1.0.0" to clipboard
vfx_dart: ^1.0.0 copied to clipboard

VerifiedX (VFX) Dart SDK for generating and managing keypairs.

vfx_dart #

VerifiedX (VFX) Dart SDK for generating and managing keypairs.

Features #

  • Generate secure random keypair
  • Convert private keys to addresses (Mainnet and Testnet supported)
  • Generate and recover with mnemonics
  • Generate keypair with email & password

Getting started #

dart pub get

Usage #

final keypairService = KeypairService(isTestnet: true);
final keypair = keypairService.keypairFromEmailAndPassword("dev@verifiedx.io", "tokenized");

print(keypair);

Additional information #

All public and private APIs must have test coverage.

0
likes
130
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

VerifiedX (VFX) Dart SDK for generating and managing keypairs.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

base58check, bip32, bip39, convert, crypto, hex, pointycastle

More

Packages that depend on vfx_dart