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.
yarn install
yarn start
Some information is given in the UI. This includes a working example.
The web interface is available here.
Manual deployment:
yarn deploy
Push to main
branch for automatic deployment.
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.
licensed under the MIT license