Implementation of Uniswap contracts in Solidity with SafeERC20 and error reporting
- Clone uniswap-solidity
$ git clone https://github.com/okwme/uniswap-solidity
$ cd uniswap-solidity
- Install dependencies
$ yarn install
- Run tests
$ yarn test