@complus/v2-core-bsc
Version:
Core contracts for the Complus Network on top of Binance Smart Chain
33 lines (19 loc) • 1.1 kB
Markdown
# COMPLUS | CORE CONTRACTS FOR BSC
[](https://github.com/prettier/prettier)
[](https://unpkg.com/@complus/v2-core-bsc@latest/)
[](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`