@sonicswap/core
Version:
🎛 Core contracts for the Sonicswap exchanges
21 lines (11 loc) • 384 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/@sonicswap/core@latest/).
# Local Development
The following assumes the use of `node@=12`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`