MPC part
MPC part of Tonspack wallet
Last updated
MPC part of Tonspack wallet
Last updated
Multi-Party Computation (MPC) forms the backbone of Web3Auth's advanced wallet infrastructure, offering a secure and non-custodial way to manage digital assets.
?
Currently , the MPC solution using . Which means the privateKey of users wallet being split into 2 different part .
Part 1 : User's telegram auth account information .
Part 2 : Web3auth JWT serivce storage .
So Tonspack wallet will not keep any part of your keypair .
The only thing we do is :
Doing telegram webapp auth during user open Tonspack wallet Dapp . The auth-middleware is open source in our github-repo:
The keypair generate rules . Using web3auth generate JWT keypair to generate sub keypair using Bip44 rules .
Wonderful font-end with action handel . So all the actions including :
Connect wallet
Sign message
Send out transaction
Happened in your webapp font-end .