@chainlink/contracts

v0.1.5
Smart contracts and their language abstractions for chainlink

test

jest --testTimeout 80000 --forceExit --detectOpenHandles

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

lint:sol

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

test:reset

yarn setup && yarn test

test:ci:old

./scripts/test_ci_old

compile:clean

yarn clean && yarn compile

prepublishOnly

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

Metadata

  • MIT
  • Whatever
  • Chainlink devs
  • released 2/1/2021

Downloads