Skip to content

contains a standalone script to recover a private key from web3auth using key shares

License

Notifications You must be signed in to change notification settings

corpus-io/web3auth-recovery

Repository files navigation

Recovering a web3auth private key from key shares

This is a frontend to a script that recovers private keys from key shares. It uses the same format as web3auth. The user is required to provide the key shares manually.

setup

yarn install
yarn start

usage

Some information is given in the UI. This includes a working example.

web interface

The web interface is available here.

deployment

Manual deployment:

yarn deploy

Push to main branch for automatic deployment.

credits

Hacked for tokenize.it by malteish in 2023.

Relevant code (e.g. in recover.ts) was taken from web3auth's Shamir's secret sharing scheme implementation.

license

licensed under the MIT license

About

contains a standalone script to recover a private key from web3auth using key shares

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published