Skip to content

MartinIglesias86/Crypto-Devs-DeFi-Exchange-dApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dApp that interact with a Smart Contract to be part of the Crypto Devs DeFi Exchange.

In this project I'm going to use React, Solidity, Hardhat, and Node.js to create an app to be part of the Crypto Devs DeFi Exchange, with the deployment of the Smart Contract on the Rinkeby test net.

Test deploy

📋 Smart contract deployed in Rinkeby Testnet Network

💻 App deployed Here

Requirements

  • Build an exchange with only one asset pair (Eth <> Crypto Dev)
  • The Decentralized Exchange should take a fee 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

Lets start building 🚀