UNPKG

@complus/v2-core-bsc

Version:

Core contracts for the Complus Network on top of Binance Smart Chain

33 lines (19 loc) 1.1 kB
# COMPLUS | CORE CONTRACTS FOR BSC [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![npm](https://img.shields.io/npm/v/@complus/v2-core-bsc)](https://unpkg.com/@complus/v2-core-bsc@latest/) [![npm version](https://img.shields.io/npm/v/@complus/v2-core-bsc/latest.svg)](https://www.npmjs.com/package/@complus/v2-core-bsc/v/latest) ## Deployed Contracts / Hash - Factory - [0xDf97982Bf70be91df4ACD3d511c551F06a0D19eC](https://bscscan.com/address/0xDf97982Bf70be91df4ACD3d511c551F06a0D19eC#code) - Router - [0x07DC75E8bc57A21A183129Ec29bbCC232d79eE56](https://bscscan.com/address/0x07DC75E8bc57A21A183129Ec29bbCC232d79eE56#code) - pairCodeHash - `0xdace88abf6603478c9c8a5be3404ae565aab41cbfd44ca74995fc13321698f4a` ## Binance Smart Chain - [BSC Docs](https://docs.binance.org/index.html) - [BSC Explorer](https://bscscan.com) ## Local Development The following assumes the use of `node@>=10` #### Install Dependencies `yarn` #### Compile Contracts `yarn compile` #### Run Tests `yarn test`