JSPM

  • Created
  • Published
  • Downloads 736
  • Score
    100M100P100Q78396F
  • License MIT

Package Exports

  • chainlink

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (chainlink) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

To run the solidity-contract tests run yarn workspace chainlinkv0.5 setup from the root of the repo, then run yarn test from the evm directory. You can also run yarn test <test-file> to run tests for a specific contract.

The actual test script run on CI is in ../tools/ci/truffle_test.

To update the Slither detection database, run yarn build && slither --triage-mode ..