UNPKG

@smugswap/periphery

Version:

🎚 Peripheral smart contracts for interacting with the Smugswap exchanges

21 lines (11 loc) • 408 B
# 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/@smugswap/periphery@latest/). # Local Development The following assumes the use of `node@=12`. ## Install Dependencies `yarn` ## Compile Contracts `yarn compile` ## Run Tests `yarn test`