UNPKG

@debunkswap/v1-core

Version:

🎛 Core contracts for the DebunkswapV1 protocol

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