Uniswap clone is a decentralized exchange (DEX) built on goerli testnet of Ethereum. It allows users to trade ERC-20 tokens directly from their wallets without the need to deposit them to an exchange. Uniswap is a protocol for automated liquidity provision on Ethereum.
- Create eth-app using create-react-app.
- React hooks for state management.
- CRANQ IDE for smart contract deployment, development and ABIs integration.
- Metamask extension download in local browser for connecting to the blockchain.
To get a local copy up and running follow these simple example steps.
git clone git@github.com:OmarMWarraich/uniswap_clone.git
cd uniswap_clone
npm install
npm run react-app:start
- node.js
- npm
- Metamask wallet
👤 Author
- GitHub: @OmarMWarraich
- Twitter: @omarwarraich1
- LinkedIn: Omar Mohammad
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thank You JavaScript Mastery team for this amazing video.
▶️ UniswapClone - Thanks to everyone who will get time to check this code and suggest any issues
This project is MIT licensed.