Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/general_chainlink_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Getting off-chain data from on-chain requires the orchestration of many Chainlin

#### a. [Full Node](https://docs.chain.link/docs/run-an-ethereum-client/#geth)

A Full Node is the bridge from the Chainlink Node to the Blockchain. A Full Node enables the Chainlink node to detect inbound on-chain requests from consumer contracts and submit transactions back to the blockchain.
A Full Node is the bridge from the Chainlink Node to the Blockchain. A Full Node enables the Chainlink Node to detect inbound on-chain requests from consumer contracts and submit transactions back to the blockchain.

#### b. [Consumer Contract](https://docs.chain.link/docs/make-a-http-get-request/#api-consumer)

Expand Down