This is a starter-kit/template for anyone who would like to use the new Biconomy SDK along with WalletConnect v2 version. The idea is to give a structure of how anyone can simply spin up a smart account on top of the EOA Address that comes from WalletConnect. All you need to do is to scan Wallet Connect and you will simply get a smart account associated with your EOA.
- To start off run
npm install
- Setup your bundlerUrl: 'https://bundler.biconomy.io/api/v2/80001/abc'
- Get your Paymaster URL from Biconomy Dashboard . It should look something like this paymasterUrl: 'https://paymaster.biconomy.io/api/v1/{CHAIN_ID}/{ YOUR_API_KEY }'
- For more reference, check out the docs here - Biconomy Documentation
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.