📄️ Build your first AA powered dApp
This tutorial will cover the basics of creating a dApp powered by the Biconomy
📄️ Counter Smart Contract
Remix is a powerful, open source tool that helps you write Solidity contracts straight from the browser. Remix also supports testing, debugging and deploying of smart contracts and much more.
📄️ Register your Smart Contract
Follow the instructions on this page to register your smart contract on the Biconomy Dashboard and receive an API key needed to use the SDK.
📄️ Initialize Frontend
Now it is time to work on our Frontend. We will be using React and Vite to build this to keep our frontend simple and the default React and Vite template actually gives us a nice Counter button UI to connect with our contract.
📄️ SDK Integration
Now let's get to work on our App.tsx file!
📄️ Creating a Gasless Transaction
Now with our SDK integration set up let's render our UI and execute some transactions! First let's create a new import in our App.tsx file: