This project is a POC to showcase how to use AVNU gasless-sdk to allow your customer to interact with the blockchain without having to pay for gas fees.
Ask AVNU for an API key and set it as an environment variable.
NEXT_PUBLIC_NETWORK=sepolia|mainnet AVNU_API_KEY=your-private-key
npm install
# or
yarn install
# or
pnpm install
# or
bun install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- Mint some fake USDC on sepolia network
- Connect your wallet
- Click on Sign and Mint
You can modify the calls in the useCalls.ts file to interact with the blockchain as you wish.