Uniswap V2 using Foundry This project is an implementation of Uniswap V2, a decentralized exchange protocol, using Foundry. Foundry is a powerful blockchain development platform that simplifies the process of creating and deploying smart contracts on Ethereum.
-
Clone the project:
git clone https://github.com/Amenokal-Labs/decentralized-exchange -
Navigate to the project directory:
cd path_to_your_folder -
If you're on Windows, you will need to run this command in Git BASH or WSL:
curl -L https://foundry.paradigm.xyz | bash -
to initialize a new project :
forge init -
Or in case the folder is not empty use :
forge init --force