This topic was originally posted by mukeshsingh.codebrew on 12/14/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
How can I create an MPC wallet using the core kit? After creating the MPC wallet, where do you save the keys?
With the new Web3Auth MPC (Multi-Party Computation) architecture, it is never reconstructed. Instead, these partial keys are stored across different locations, and your device is used to make partial signatures for your message/ transaction. These are finally returned to the front end where using TSS (Threshold Signature Scheme), these signatures are combined to make a final signature. You can use this finally signed message/transaction to make a transaction on the blockchain.