How it works ?
How tonspack wallet works ?
Last updated
How tonspack wallet works ?
Last updated
Tonspack is a telegram base mulity chains support wallet .
Auth user base on telegram-webapp-initdata
and telegram-BiometricManager
.
The core of Tonspack wallet is Web3auth base telegram webapp initData MPC . Details of MPC part can be found .
Login telegram webapp
Auth telegram webapp initData into . Generate JWT token.
Redirect JWT token into Tonspack wallet font-end .
Tonspack wallet font-end request Web3auth for it's privateKey part . And culcuate the privateKey in local font-end .
Using BIP-44 to generate the different keypair for chains in local font-end .
Do follow connect/sign message/send transaction in font-end .
The init sk comes from Web3auth SDK generate .
And it can generate different keypair by BIP-44 rules .