UNPKG

@kwikswap/core-contracts

Version:

🎛 Core contracts for the Kwikswap protocol

24 lines (11 loc) • 395 B
# Kwikswap In-depth documentation on Kwikswap is available at [kwikswap.org](https://kwikswap.org/docs). The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@kwikswap/core-contracts@latest/). # Local Development The following assumes the use of `node@>=10`. ## Install Dependencies `yarn` ## Compile Contracts `yarn compile` ## Run Tests `yarn test`