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.
You may read more here
You may access the below link to know more about the MPC SDKs:
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.