UNPKG

1.1 kBMarkdownView Raw
1# COMPLUS | CORE CONTRACTS FOR BSC
2
3[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
4[![npm](https://img.shields.io/npm/v/@complus/v2-core-bsc)](https://unpkg.com/@complus/v2-core-bsc@latest/)
5[![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)
6
7## Deployed Contracts / Hash
8
9- Factory - [0xDf97982Bf70be91df4ACD3d511c551F06a0D19eC](https://bscscan.com/address/0xDf97982Bf70be91df4ACD3d511c551F06a0D19eC#code)
10- Router - [0x07DC75E8bc57A21A183129Ec29bbCC232d79eE56](https://bscscan.com/address/0x07DC75E8bc57A21A183129Ec29bbCC232d79eE56#code)
11- pairCodeHash - `0xdace88abf6603478c9c8a5be3404ae565aab41cbfd44ca74995fc13321698f4a`
12
13## Binance Smart Chain
14
15- [BSC Docs](https://docs.binance.org/index.html)
16- [BSC Explorer](https://bscscan.com)
17
18## Local Development
19
20The following assumes the use of `node@>=10`
21
22#### Install Dependencies
23
24`yarn`
25
26#### Compile Contracts
27
28`yarn compile`
29
30#### Run Tests
31
32`yarn test`