@powerswap/periphery
Version:
🎚 Peripheral smart contracts for interacting with the Powerswap exchanges
20 lines (11 loc) • 388 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/@powerswap/periphery@latest/).
# Local Development
The following assumes the use of `node@=12`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`