- Uniswap v1 token exchange
- Uniswap v1 price calculation download the raw HTML file and open it locally to view mathematical formulae
- Install Foundry Forge std
mkdir contract library git submodule add https://github.com/foundry-rs/forge-std.git ./library/forge-std cd library/forge-std; git pull # update
- Test contracts
forge test -vvv --match-contract reContract --match-test reTest