https://github.com/bluntbrain/defi-exchange
https://github.com/bluntbrain/defi-exchange
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluntbrain/defi-exchange
- Owner: bluntbrain
- Created: 2022-05-29T18:30:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T18:48:05.000Z (over 3 years ago)
- Last Synced: 2025-07-17T06:50:24.120Z (6 months ago)
- Language: JavaScript
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeFi - Exchange
Requirements:
```shell
Build an exhange with only one asset pair (Eth <> Crypto Dev)
Your Decentralized Exchange should take a fees of 1% on swaps
When user adds liquidity, they should be given Crypto Dev LP tokens (Liquidity Provider tokens)
CD LP tokens should be given propotional to the Ether user is willing to add to the liquidity
```