Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

libdogecoin bindings for Dart and Flutter

dart-libdogecoin

libdogecoin bindings for Dart and Flutter

Only supports Linux, Windows, macOS as of now. (libdogecoin is required to be installed)

Note: This is project and README is a work in progress!

Binding progress

Usage

import 'package:dart_libdogecoin/dart_libdogecoin.dart';

void main() {
  final keypair = LibDogecoin.generateHDMasterPubKeypair(false); // false means use mainnet

  print("Public key: ${keypair.masterPubKey}");
  print("Private key: ${keypair.masterPrivKey}");
}

Download and Contribute to this package on GitHub

Exit mobile version