Executing Transactions
📄️ Description
In the context of ERC 4337 transactions are called userOperations or userOps for short. The Biconomy SDK abstracts away the process of creating userOps with various methods that will build and send the userOps for you to our bundler service. The userOp when constructed by the Biconomy SDK will be similar to the object below:
📄️ Gasless Transactions
In this guide we will look at executing a gasless transaction utilizing our sponsorship paymaster.
📄️ Pay Gas with ERC20 Tokens
In this guide we will look at executing a transaction and allowing the user to pay for gas with an ERC20 token. This will be utilizing our token paymaster.
📄️ User Paid Transactions
In this guide we will look at executing a user paid transaction.
📄️ Batching Transactions
This guide is an extension of our Gasless transaction guide with the addition of bundling multiple transactions together.