metoinside / yadex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another DEX

As it has many duplicates of the Uniswap DEX, YADEX is a copy of it while enabling the functionality in

It was forked from the open source library of Scaffold-ETH-2

Download & install dependencies by running:

git clone https://github.com/metoinside/yadex
yarn install

in the same terminal, start your local network (a blockchain emulator in your computer):

yarn chain

in a second terminal window, 🛰 deploy your contract (locally):

yarn deploy

in a third terminal window, start your 📱 frontend:

yarn start

📱 Open http://localhost:3000 to see the app.

👩‍💻 Rerun yarn deploy whenever you want to deploy new contracts to the frontend. If you haven't made any contract changes, you can run yarn deploy --reset for a completely fresh deploy.

About

License:MIT License


Languages

Language:TypeScript 95.9%Language:Solidity 2.5%Language:JavaScript 1.4%Language:CSS 0.1%Language:Shell 0.0%