UNPKG

@kimchiswap/v1-core

Version:

🎛 Core contracts for the KswapV1 protocol

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