@complus/v2-core-ava
Version:
Core contracts for the Complus Network on top of Avalanche C-Chain
34 lines (19 loc) • 1.15 kB
Markdown
# COMPLUS | CORE CONTRACTS FOR AVA
[](https://github.com/prettier/prettier)
[](https://unpkg.com/@complus/v2-core-ava@latest/)
[](https://www.npmjs.com/package/@complus/v2-core-ava/v/latest)
## Deployed Contracts / Hash
- Factory - [0x5C02e78A3969D0E64aa2CFA765ACc1d671914aC0](https://cchain.explorer.avax.network/address/0x5C02e78A3969D0E64aa2CFA765ACc1d671914aC0/contracts)
- Router - [0x78c18E6BE20df11f1f41b9635F3A18B8AD82dDD1](https://cchain.explorer.avax.network/address/0x78c18E6BE20df11f1f41b9635F3A18B8AD82dDD1/contracts)
- pairCodeHash - `0x0f75b63316180834cae9ff38fbeb719026e1435e60ddb4509bd435f148feac97`
## Avalanche C-Chain
- [AVA Docs](https://docs.avax.network/)
- [AVA Explorer](https://cchain.explorer.avax.network/)
## Local Development
The following assumes the use of `node@>=10`
#### Install Dependencies
`yarn`
#### Compile Contracts
`yarn compile`
#### Run Tests
`yarn test`