https://github.com/codezilla322/uniswap-trading-demo
https://github.com/codezilla322/uniswap-trading-demo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codezilla322/uniswap-trading-demo
- Owner: codezilla322
- Created: 2023-09-16T23:49:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T12:58:08.000Z (over 2 years ago)
- Last Synced: 2025-02-05T00:09:45.675Z (about 1 year ago)
- Language: TypeScript
- Size: 6.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
npx next dev -H 127.0.0.1
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
This project uses Ethers.js, web3-ract, uniswap, TailwindCSS libraries.
You can swap 0.001 ETH for USDC or 450000 USDC for ETH in a single swap.
Automatically wraps Ether into WETH when WETH balance is less than 0.001.