https://github.com/hack-light/decentralised-exchange
LiteSwap is a Decentralized Exchange (DEX) built on the Sepolia Network. With LiteSwap, users have the ability to create token pairs, provide liquidity to the pool, and seamlessly trade tokens with ease.
https://github.com/hack-light/decentralised-exchange
blockchain dapp ethersjs uniswap
Last synced: 9 months ago
JSON representation
LiteSwap is a Decentralized Exchange (DEX) built on the Sepolia Network. With LiteSwap, users have the ability to create token pairs, provide liquidity to the pool, and seamlessly trade tokens with ease.
- Host: GitHub
- URL: https://github.com/hack-light/decentralised-exchange
- Owner: Hack-Light
- License: mit
- Created: 2023-07-31T23:41:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T15:31:50.000Z (over 2 years ago)
- Last Synced: 2025-02-11T20:57:52.263Z (about 1 year ago)
- Topics: blockchain, dapp, ethersjs, uniswap
- Language: TypeScript
- Homepage: https://dex-aedeg2ddb-hacklight.vercel.app/
- Size: 1.21 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# LiteSwap DEX
LiteSwap is a decentralized exchange (Dex) built on the Sepolia Network. With LiteSwap, users have the ability to create token pairs, provide liquidity to the pool, and seamlessly trade tokens with ease.
Visit [here](https://dex-aedeg2ddb-hacklight.vercel.app/) for demo
## Pages
### Page 1 (Home/Swap Page)
- Search Tokens by address
- Handle approval if allowance is less than amount to be swapped
- Swap tokens using UniswapV2 Router
### Page 2 (Liquidity Page)
- Create token pair
- Approve the router to spen tokens
- Create Liquidity
## Run Locally
### Install dependencies:
```shell
yarn install
```
### Deploy contracts:
```shell
yarn deploy --network sepolia
```
### Run frontend:
```shell
yarn start
```
# Acknowledgements
- [ScaffoldETH V2](https://github.com/scaffold-eth/se-2)