Skip to content

metoinside/yadex

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published