Skip to content

siddhant-k08/dex-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Source code for a decentralized exchange similar to Uniswap v1 Change the values of the .env file to your own values.

PRIVATE_KEY to be set to your own wallets private key (it is advised to use seperate wallets for development and for personal use)

RPC_URL to be set to the HTTP Provider link by creating an endpoint on Quicknode

ETHERSCAN_ABI to be set to your own ABI created on Etherscan account

Website link: https://dex-app-dun.vercel.app/

Contract Addresses:

Exchange: 0x1e9B7D37394D88C7652C9FDeDAEfC76F3e1757bB
Token:  0xc75Eb08B9fa2Ec6E2850B2116858587088f2724a

Thank you, have fun!