UNPKG

@powerswap/core

Version:

🎛 Core contracts for the Power exchanges

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