3.0.1 • Published 3 years ago

qdexcontracts v3.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

BSCswap Smart Contracts

Actions Status Version Discord

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