UNPKG

@complus/v2-core-ava

Version:

Core contracts for the Complus Network on top of Avalanche C-Chain

34 lines (19 loc) 1.15 kB
# COMPLUS | CORE CONTRACTS FOR AVA [![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-ava)](https://unpkg.com/@complus/v2-core-ava@latest/) [![npm version](https://img.shields.io/npm/v/@complus/v2-core-ava/latest.svg)](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`