multisig_coordinator 0.0.2 copy "multisig_coordinator: ^0.0.2" to clipboard
multisig_coordinator: ^0.0.2 copied to clipboard

A coordinator for creating shared multisignature Hierarchical Deterministic (HD) wallets according to BIP-0048.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add multisig_coordinator

With Flutter:

 $ flutter pub add multisig_coordinator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  multisig_coordinator: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:multisig_coordinator/multisig_coordinator.dart';
0
likes
150
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A coordinator for creating shared multisignature Hierarchical Deterministic (HD) wallets according to BIP-0048.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bip48, coinlib

More

Packages that depend on multisig_coordinator