Send Transaction
Make sure you initialize Blocto SDK first
Once your app is connected to Blocto wallet, it can send transactions on behalf of the user, with the user's permission.
In order to send a transaction, the app must:
Create an Ethereum transaction base on predefined type
EVMBaseTransaction
.Have it be signed by the user's Blocto wallet.
Send it with Blocto custom JSON-RPC.
For more information about the transaction on EVMBase, it is recommended to check out the Ethereum Web3 as well as official Ethereum docs.
Send Transaction
Last updated