api3dao / airnode-protocol-v1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airnode protocol v1

This package temporarily houses the Airnode v1 protocol contracts. With the Airnode v1 release, these contracts will be migrated into the Airnode monorepo.

If you are looking for the contracts that Airnode v0 uses, see @api3/airnode-protocol. If you are looking for how to operate an Airnode, see the docs.

Instructions

Install the dependencies and build

yarn
yarn build

Test the contracts, get test coverage and gas report

yarn test
yarn test:extended
# Outputs to `./coverage`
yarn test:coverage
# Outputs to `.gas_report`
yarn test:gas

About


Languages

Language:JavaScript 76.9%Language:Solidity 23.1%Language:TypeScript 0.0%