Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 942 Bytes

File metadata and controls

27 lines (14 loc) · 942 Bytes

Chainlink Job Spec Template Smart Contract Archive

What is a Job?

Chainlink nodes require jobs to do anything useful. For example, posting asset price data on-chain requires jobs. Chainlink nodes support the following job types:

(1) Webhook

(2) Direct Request

(3) Flux Monitor

(4) Off-chain Reporting (OCR)

(5) Cron

(6) Keeper

Job specs are represented by TOML .toml files.

Requesting smart contracts are represented by solidity .sol files.

References:

[0] https://docs.chain.link/docs/jobs/

[1] https://github.com/smartcontractkit/chainlink/tree/develop/core/testdata/tomlspecs