UNPKG

@bscswap/contracts

Version:

🎛 Core contracts for the BSCswap protocol

40 lines (22 loc) • 1.32 kB
# BSCswap Smart Contracts [![Actions Status](https://github.com/bscswap/contracts/workflows/CI/badge.svg)](https://github.com/bscswap/contracts/actions) [![Version](https://img.shields.io/npm/v/@bscswap/contracts)](https://www.npmjs.com/package/@bscswap/contracts) [![Discord](https://img.shields.io/badge/discord-join%20chat-blue.svg)](https://discord.gg/xjNuc56) This is the Smart Contract AMM implementation for [Binance Smart Chain](https://www.binance.org/en/smartChain). Live version: [https://bscswap.com](https://bscswap.com) For Frontend code please refer to [https://github.com/bscswap/bscswap-interface](https://github.com/bscswap/bscswap-interface). For SDK code please refer to [https://github.com/bscswap/bscswap-sdk](https://github.com/bscswap/bscswap-sdk). In-depth documentation on BSCswap V2 is available at [uniswap.org](https://uniswap.org/docs). The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@bscswap/contracts@latest/). ## Listing a token Please see the [@bscswap/default-token-list](https://github.com/bscswap/default-token-list) repository. # Local Development The following assumes the use of `node@>=10`. ## Install Dependencies `yarn` ## Compile Contracts `yarn compile` ## Run Tests `yarn test`