Introduction
This tutorial will cover the basics of creating a dApp powered by the Biconomy SDK. Here's an overview of what you'll learn:
- Build a basic smart contract that will act as a counter.
- Deploy the smart contract with Remix.
- Use Biconomy Dashboard for getting paymaster URL and bundler URL.
- Register the contract and its write methods on the Biconomy Dashboard.
- Create a frontend with React and Vite that allows for social logins and gasless transactions with the Biconomy SDK.