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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Solidity 100.0%