Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Wordcel/walkyire-wallet

Repository files navigation

walkyire-wallet

Proof of concept of a wallet, which can be recovered with otps

The idea here is super simple.

We add a wrapper and an indirection to your existing wallet. This indirection/delegation is maintained as a state. Now whenever an user interacts with a program via this interface, they program can infer lookup the actually signer by just looking up the smart contract wallet account data.

Instead of Wallet -> Program, we do Container[Wallet] -> Program.

If a user lost access to their existing wallet, it requests the admin for an OTP (sms/email) and upon verification, it creates a proof to recover the wallet. Upon the recovery, the internal state is changed to the new wallet.

About

Proof of concept of a wallet, which can be recovered with otps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors