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
Solana Examples
Transaction UI
By default, when a user needs to sign a transaction, they’ll see a confirmation screen like this:
Disable Confirmation Screen
You can enable/disable the transaction confirmation screen with a single toggle in the Embedded Wallet configuration page.Modal Title
Change the default “Confirm transaction” text using Translations:Transaction Simulation

