Send transaction
Send transaction
Sign and send a transaction
Prerequisite: Create Wallet
1
Obtain user pincode
In your app, ask the user for their wallet’s 6-digit pincode.
You must never store the user pin on your servers.
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.