UNPKG

@kimchiswap/v2-core

Version:

🎛 Core contracts for the KswapV2 protocol

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