EthBuilders / social-recovery-wallets

Riff off of Vitalik's Social Recovery Wallet Idea for EthGlobal
MIT License
13 stars 13 forks source link

Selecting Recipients for unique splits #6

Open skellet0r opened 3 years ago

skellet0r commented 3 years ago

Is your feature request related to a problem? Please describe.

After splitting our private key into n unique parts, we need to distribute them to specific peers. However, we don't know who the peers are.

Describe the solution you'd like

We can select 5 random peers from a group of 10, we will do this using javascript and not on chain to prevent information leakage.

Describe alternatives you've considered

We could also do this on chain using Chainlink VRF, however gas costs would be a problem.

skellet0r commented 3 years ago

@med-amiine does this look good? Any thoughts?

skellet0r commented 3 years ago

This first relies upon #5