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