This repo provides a simple implementation to display user balances and check the allowance of a token on the 1inch Router smart contract.
- Vite
- TypeScript
- React
- Chakra UI
- Viem
- Zod
- Clone the repo
- Run
npm i
to install dependencies - Run
npm run dev
to start the development server - Open
http://localhost:5173
in your browser