Send iT is a UI to send ERC-20 tokens on Ethereum mainnet/Sepolia. The app uses NextJs 14 app router and Tailwind as it's CSS framework.
Clone this repository and run the following command to install all dependencies. The app uses Node v18.20.0.
pnpm install
Setup a .env.local file and create the respective keys for your project
NEXT_PUBLIC_PROJECT_ID="" //Wallet Connect API key(Project ID),
NEXT_PUBLIC_ALCHEMY_SEPOLIA=""
NEXT_PUBLIC_ALCHEMY_MAINNET=""
Use the following command to run the project on your local machine.
pnpm run dev
#or
npm run dev
Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out Next.js deployment documentation for more details.
Test Deployement here