keepkey / keepkey.js

Superseded by https://github.com/shapeshift/hdwallet
MIT License
13 stars 9 forks source link

Multisig signing #34

Open keepkeyjon opened 5 years ago

keepkeyjon commented 5 years ago

Need to finish implementing this: https://github.com/keepkey/keepkey.js/blob/425a8191c7e27fa341c2073d40fbc5d57e69f9a1/src/keepkey.ts#L473

keepkeyjon commented 5 years ago

@tynes is an interested party

tynes commented 5 years ago

Definitely interested in this. I have the system working with ledger, and we would like to "decentralize" our hardware as much as possible. All our code will be open source and available for others to use.

https://github.com/bcoin-org/bmultisig https://github.com/tynes/libsigner

bmultisig is our multisig server for managing multisig wallets and it keeps track of cosigners and proposals and will broadcast the proposal transaction to the network after each cosigner has provided a signature.

libsigner is automation + general hardware support for fetching extending public keys and creating watch only wallets using bcoin and signing transactions and going through the whole multisig workflow