qdexcontracts
v3.0.1
Published
[![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](http
Downloads
0
Maintainers
Readme
BSCswap Smart Contracts
This is the Smart Contract AMM implementation for Binance Smart Chain.
Live version:
For Frontend code please refer to
For SDK code please refer to
In-depth documentation on BSCswap V2 is available at uniswap.org.
Local Development
The following assumes the use of node@>=10
.
Install Dependencies
yarn
Compile Contracts
yarn compile
Run Tests
yarn test