threefoldtecharchive / threefold_hub

Apache License 2.0
0 stars 2 forks source link

multisig wallets #7

Open xmonader opened 2 years ago

xmonader commented 2 years ago

Probably the model is something like this

wallet {
   wallet_address
   signers_keys
   min_signers
}

could be in phase two the part of adding/removing signers to a specific wallet

ashraffouda commented 2 years ago

code added to https://github.com/threefoldtech/research/ steps to create and use multisigwallet https://github.com/threefoldtech/research/blob/development/multisigwallet/steps.md

robvanmieghem commented 2 years ago

@ashraffouda Can this code be ported to the main chain in this repo and the steps to the docs?

xmonader commented 2 years ago

@robvanmieghem is it going to be the same requirement as the one was in this research issue? if any different I prefer to close this one

robvanmieghem commented 2 years ago

@xmonader we can't stay in research mode, I don't think the requirements are different but if it's not in the main app, it's not there.