stablecoinxyz / gasless-swap

https://swap.stablecoin.xyz
0 stars 0 forks source link

gasless-swap

This project is a simple web application that allows users to swap tokens on the Base blockchain without having to pay for gas fees. It uses the Pimlico Paymaster and its Account Abstraction SDK to execute the swaps and WalletConnect to connect to the user's wallet.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file:

Run locally

Install dependencies

npm install

Start development server

npm run dev

Author