dhruv035 / ERC20

Home Page:https://kleros-3-l.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send IT

About

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.

Getting Started

1)Install dependencies

Clone this repository and run the following command to install all dependencies. The app uses Node v18.20.0.

pnpm install

2)Environment

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=""

3) Run local server

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

About

https://kleros-3-l.vercel.app


Languages

Language:TypeScript 97.9%Language:CSS 1.5%Language:JavaScript 0.6%