@chainlink/contracts

v0.1.9-beta
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 solc

setup

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

sizes

hardhat size-contracts

compile

belt compile all

pretest

tsc -b --clean tsconfig.ethers.json

lint:sol

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

test:new

hardhat test

test:reset

yarn setup && yarn test

test:ci:old

./scripts/test_ci_old

compile:clean

yarn clean && yarn compile

compile:native

./scripts/native_solc_compile_all

prepublishOnly

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

Metadata

  • MIT
  • Whatever
  • Chainlink devs
  • released 6/22/2021

Downloads