Skip to content

This is the application to interact with our decentralized exchange smart contracts.

Notifications You must be signed in to change notification settings

Gimer0x/dex-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decentralized Exchange Project (DEX)

This personal project is the front-end of a Decentralized Exchange that integrates the smart contracts uploaded in this github repository as part of an Automated Market Maker project.

For this web application we implemented the Usedapp framework for rapid React development.

An online Web3 example can be found in this link. The smart contracts were deployed to the Sepolia network.

These are the smart contract addresses:

PoolRouter: 0xDcC0FD6FEC01B50c560eA3E749322F1D9f9C6ec3

PoolFactory: 0xA47B4cC48f77dbC0726Fa12eF15c6dbBaff09c79

To run the code execute the following commands:

npm install
npm run react-app:start

If you want to start from scratch make sure you install the framework using the following command:

yarn create eth-app my-eth-app

Note

This project was based on the work presented in this interesting tutorial by Javascript Mastery on YouTube. The original code can be found in this github repository. To integrate our contracts we fixed the code and added some improvements.

About

This is the application to interact with our decentralized exchange smart contracts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published