You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to make a dapp/wallet with MPC that seamlessly can interact with multiple (evm) chains simultaneously from a single address?
If so what is the preferred way to do so? For "regular" web3auth, it's trivial, by obtaining the privateKey first and e.g. creating a ethers.JsonRpcSigner you connect to different ethers.JsonRpcProviders. For MPC, I guess one would have to instantiate multiple Web3AuthMPCCoreKits to be able to obtain chain specific SafeEventEmitterProviders? Does more seamless approaches exists?
Thanks ☺
The text was updated successfully, but these errors were encountered:
Is it possible to make a dapp/wallet with MPC that seamlessly can interact with multiple (evm) chains simultaneously from a single address?
If so what is the preferred way to do so? For "regular" web3auth, it's trivial, by obtaining the privateKey first and e.g. creating a
ethers.JsonRpcSigner
you connect to differentethers.JsonRpcProvider
s. For MPC, I guess one would have to instantiate multipleWeb3AuthMPCCoreKit
s to be able to obtain chain specificSafeEventEmitterProvider
s? Does more seamless approaches exists?Thanks ☺
The text was updated successfully, but these errors were encountered: