Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear how to use MultiSig feature #221

Closed
jmastr opened this issue Dec 3, 2021 · 7 comments
Closed

Unclear how to use MultiSig feature #221

jmastr opened this issue Dec 3, 2021 · 7 comments

Comments

@jmastr
Copy link
Contributor

jmastr commented Dec 3, 2021

Hey @madninja

I've seen you implemented the MultiSig feature. I really would like to use it, but I cannot figure out how to start, meaning where to get the initial txn from. Would you mind to post some initial steps to use MultiSig? Much appreciated!

@madninja
Copy link
Member

madninja commented Dec 3, 2021

Hey @madninja

I've seen you implemented the MultiSig feature. I really would like to use it, but I cannot figure out how to start, meaning where to get the initial txn from. Would you mind to post some initial steps to use MultiSig? Much appreciated!

general multi-sig is not supported yet. In the wallet-cli it is only used for chain variable signing.

@jmastr
Copy link
Contributor Author

jmastr commented Dec 3, 2021

Thanks for clarification

@jmastr jmastr closed this as completed Dec 3, 2021
@mfalkvidd
Copy link

According to helium/HIP#157 (comment) chain vars use something different. Supposedly, there is support for multisig accounts.

@madninja
Copy link
Member

madninja commented Dec 3, 2021

correct, though multi-sig accounts are not supported by wallet-rs yet either

@mfalkvidd
Copy link

Thanks.
Is there any documentation on multi-sig accounts, to make it easier (possible) for the community to implement support in wallet-rs?

@madninja
Copy link
Member

madninja commented Dec 3, 2021

Start here: https://github.com/helium/libp2p-crypto/blob/master/src/libp2p_crypto.erl#L660

@madninja
Copy link
Member

madninja commented Dec 3, 2021

And this would need to go in helium-crypto-rs.. Not for the faint of heart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants