Prerequisite: Create Wallet
1
Obtain user pincode
In your app, ask the user for their wallet’s 6-digit pincode.
2
Send transaction
Fill in the transaction details and send it to WalletKit.
We use
encodeFunctionData util method from viem to encode the transaction data in the example, but you can use any other method to encode the data.