Skip to content

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

License

Notifications You must be signed in to change notification settings

cypherstack/multisig_coordinator

 
 

Repository files navigation

multisig_coordinator

A Dart coordinator for creating shared multisignature Hierarchical Deterministic (HD) wallets in order to implement BIP-0048 "Multi-Script Hierarchy for Multi-Sig Wallets".

Getting started

git clone https://github.com/cypherstack/multisig_coordinator
cd bip48
dart pub get
dart run coinlib:build_linux
# Refer to 
# https://github.com/peercoin/coinlib/tree/master/coinlib#installation-and-usage 
# for build instructions for your platform.  Basically, use 
# `dart run coinlib:build_platform` (select from: `linux`, `macos`, `windows`, 
# `windows_crosscompile`, or `wsl`).  If these don't work, check for build 
# scripts for your platform in the `scripts` folder.
dart test

Usage

See the example and tests for usage.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 50.8%
  • C++ 24.2%
  • CMake 19.8%
  • Swift 1.7%
  • C 1.4%
  • HTML 1.3%
  • Other 0.8%