@chainlink/contracts

v0.0.11
Smart contracts and their language abstractions for chainlink

test

jest --testTimeout 80000 --forceExit

clean

tsc -b --clean tsconfig.test.json tsconfig.ethers.json && rm -rf abi ethers truffle

setup

yarn compile:clean && tsc -b tsconfig.test.json tsconfig.ethers.json

compile

belt compile all

pretest

tsc -b --clean tsconfig.ethers.json

test:ci

./scripts/test_ci

lint:sol

solhint -f table ./src/**/*.sol

test:reset

yarn setup && yarn test

compile:clean

yarn clean && yarn compile

prepublishOnly

yarn clean && yarn setup && yarn test:ci && yarn setup
npm i @chainlink/[email protected]

Metadata

  • MIT
  • Whatever
  • Chainlink devs
  • released 11/4/2020

Downloads