A fork of Uniswap contracts. Stub: missing test coverage.
- Swap ERC20s for ERC20s
- Flash borrowing
- Support for custom fees and price formulas
yarn install
- install solc. protip: build from source and flag no cvc4
yarn test
- uses eth-saddle for testing
yarn t
to test without recompiling
- Add contract for low-slippage formula for stable pairs
- Consider adding CToken accounting to keep reserves equal in value
- Tests, events, etc
Contributions Welcome