@galaxyfarms/periphery
Version:
🎚 Peripheral smart contracts for interacting with the galaxyfarms exchanges
21 lines (11 loc) • 391 B
Markdown
# Uniswap V2
In-depth documentation on Uniswap V2 is available at [uniswap.org](https://uniswap.org/docs).
The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@galaxyfarms/periphery@latest/).
# Local Development
The following assumes the use of `node@=12`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`