Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 956 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 956 Bytes

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