-
Notifications
You must be signed in to change notification settings - Fork 25
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
recoverable wallet - what happens if I lose / disclose my private key? #20
Comments
My understanding is that you'll need cryptography at the edges no matter what, so I think there can't be an ocap solution here. |
Right; good point... so perhaps a better question is: how to integrate such a recoverable wallet with ocaps? Is it straightforward to layer on top of Agoric's design for message passing to/from cosmos, or is something else needed? I gather cosmos has multi-sig support; does that work for this case? Or is there something irreducible about the way chialisp uses BLSSignature? |
The link to https://github.com/Chia-Network/wallets/blob/master/docs/recoverable_wallet.md has gone 404. https://github.com/nondejus/wallets/blob/master/docs/recoverable_wallet.md seems to be another copy: Latest commit 18dcb1e on Dec 4, 2019 abstract:
I forked it as https://github.com/dckc/chialisp-wallets ; I'm not sure that makes it substantially more available, but it should make it easier to find. |
related work:
|
In theory, it's a wallet that supports recovery via advanced crypto threshold signatures (TSS) and multiparty computation (MPC). Android app has ~0 users, though, and I couldn't find tech details. |
Sunny's talk at osmocon included a slide on "Flexible Key Management" including "Social Recovery Systems" |
|
https://www.joinfountain.xyz/ crossed my radar... doesn't use an ocap approach, but it would be interesting to know more about what policies are in demand. |
Are there ocap patterns that address risks around key management?
The recoverable wallet in chialisp looks promising, though I have just started studying it in detail. I wonder if there's an analog using ocaps rather than crypto.
cc @erights @warner @michaelfig @ChrisHibbert @katelynsills
LMK if/when I should move this to an Agoric repo.
The text was updated successfully, but these errors were encountered: