Skip to content

Chainlink Node Operator Template Job-Spec & Associated Requesting Smart Contract Archive

License

Notifications You must be signed in to change notification settings

Block-Farms/Chainlink-Job-Spec-Template-Smart-Contract-Archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published