Creating Transactions
Since embedded wallets function like any standard wallet, you can use them with all the common Web3 libraries and patterns. The key difference is that signing operations are performed using secure MPC between the userâs key share and Dynamicâs key share. For detailed examples of wallet interactions, check out:EVM Examples
- Sign a message
- Sign typed data
- Send a transaction
- Sign a transaction with Wagmi
- Fetch wallet balance