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.
Libraries
- vfx_dart
- Support for doing something awesome.