@chainlink/functions-toolkit

v0.0.3-0ab7a4e
An NPM package with collection of functions that can be used for working with Chainlink Functions.
chainlink functions blockchain oracle

lint

prettier --check . && tsc --noEmit

test

jest

build

rimraf dist && tsc -P tsconfig.build.json && cpy src/simulateScript/deno-sandbox/**/* dist/simulateScript/deno-sandbox

lint:fix

npx prettier -w .

test:unit

jest --testPathPattern=unit

test:package

jest --config jest.config.package.js

build:browser

webpack && browserify dist/simulateScript.bundle.js -o dist/simulateScript.browser.js -p esmify --standalone simulateScript && rm dist/simulateScript.bundle.js

test:integration

jest --testPathPattern=integration
npm i @chainlink/[email protected]

Metadata

  • MIT
  • Whatever
  • Morgan Kuphal
  • released 9/6/2023

Downloads