UNPKG

@functionx_io/contracts

Version:
29 lines (17 loc) 421 B
# Pundi AIFX contracts [![NPM Package](https://img.shields.io/npm/v/@functionx_io/contracts.svg)](https://www.npmjs.org/package/@functionx_io/contracts) ## Overview ### Installation ``` $ yarn add @functionx_io/contracts ``` ### Testing ``` # Run normal tests $ yarn test # Run tests with fork network # 1. Start a local node fork network $ yarn fork:xxxx # 2. Run tests with fork network $ yarn fork:test ```