https://github.com/omarmwarraich/uniswap_clone
Experience the power of decentralized finance with our Uniswap clone. Our platform features liquidity pools set up through a clone of Uniswap on Cranq IDE, allowing you to easily exchange tokens and earn fees as a liquidity provider. Connect to MetaMask and exchange through native coins.
https://github.com/omarmwarraich/uniswap_clone
cranq create-eth-dapp graphql ipfs-deploy metamask-extension netlify react-hooks uniswap-sdk uniswap-v2
Last synced: about 1 month ago
JSON representation
Experience the power of decentralized finance with our Uniswap clone. Our platform features liquidity pools set up through a clone of Uniswap on Cranq IDE, allowing you to easily exchange tokens and earn fees as a liquidity provider. Connect to MetaMask and exchange through native coins.
- Host: GitHub
- URL: https://github.com/omarmwarraich/uniswap_clone
- Owner: OmarMWarraich
- Created: 2022-09-11T13:53:40.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-21T17:45:19.000Z (over 1 year ago)
- Last Synced: 2025-02-28T04:57:52.256Z (2 months ago)
- Topics: cranq, create-eth-dapp, graphql, ipfs-deploy, metamask-extension, netlify, react-hooks, uniswap-sdk, uniswap-v2
- Language: JavaScript
- Homepage: https://uniswap-clone-ova.netlify.app/
- Size: 7.18 MB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uniswap Clone
> 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.
## Tools & Technologies
- 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.## Live Demo
[Click me!](https://uniswap-clone-ova.netlify.app)
## Getting Started
To get a local copy up and running follow these simple example steps.
```
git clone [email protected]:OmarMWarraich/uniswap_clone.git
cd uniswap_clone
npm install
npm run react-app:start
```## Pre-requisites
- node.js
- npm
- [Metamask wallet](https://metamask.io/download/)## Author
👤 **Author**
- GitHub: [@OmarMWarraich](https://github.com/OmarMWarraich)
- Twitter: [@omarwarraich1](https://twitter.com/@omarwarraich1)
- LinkedIn: [Omar Mohammad](https://www.linkedin.com/in/omar-mohammad-a9902847/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Thank You JavaScript Mastery team for this amazing video. :arrow_forward: [UniswapClone](https://www.youtube.com/watch?v=Y89q6T1r1Yg)
- Thanks to everyone who will get time to check this code and suggest any [issues](https://github.com/OmarMWarraich/uniswap_clone/issues)## License
This project is [MIT](./MIT.md) licensed.