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.

example/vfx_dart_example.dart

import 'package:vfx_dart/vfx_dart.dart';

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

  print(keypair);
}
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