Node Management Index: Difference between revisions
From Chainlink Community Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== [[File:Index.png|left|30x30px]] '''Node Management Index''' == | == [[File:Index.png|left|30x30px]] '''Node Management Index''' == | ||
The purpose of this page is to provide an index of content made available to you on this wiki. | The purpose of this page is to provide an index of content made available to you on this wiki. | ||
Line 8: | Line 9: | ||
=== [[File:Pencil.png|left|30x30px]] '''Environment Variable Details''' === | === [[File:Pencil.png|left|30x30px]] '''Environment Variable Details''' === | ||
When you deploy a Chainlink Node, you need to create a .env file to include in your container's instantiation. | When you deploy a Chainlink Node, you need to create a .env file to include in your container's instantiation. | ||
Line 15: | Line 17: | ||
---- | ---- | ||
=== [[File:Construction.png|left|30x30px]] '''Job Management''' === | === [[File:Construction.png|left|30x30px]] '''Job Management''' === | ||
Chainlink Nodes require jobs in order for them to know what is expected of them. | Chainlink Nodes require jobs in order for them to know what is expected of them. | ||
Line 29: | Line 32: | ||
---- | ---- | ||
=== [[File:Bridge.png|left|30x30px]] '''Bridge Management''' === | === [[File:Bridge.png|left|30x30px]] '''Bridge Management''' === | ||
==== '''What is a Chainlink Bridge?''' ==== | ==== '''What is a Chainlink Bridge?''' ==== | ||
Line 36: | Line 40: | ||
---- | ---- | ||
=== [[File:Key.png|left|30x30px]] '''Key Managmeent''' === | === [[File:Key.png|left|30x30px]] '''Key Managmeent''' === | ||
==== [[Node Key Management|'''Chainlink Node Account Private Keys''']] ==== | ==== [[Node Key Management|'''Chainlink Node Account Private Keys''']] ==== |
Revision as of 19:55, 23 May 2022
Node Management Index
The purpose of this page is to provide an index of content made available to you on this wiki.
This content is either not indexed elsewhere, or does not exist at all elsewhere.
Environment Variable Details
When you deploy a Chainlink Node, you need to create a .env file to include in your container's instantiation.
The purpose of this file is to override the default configuration your Chainlink node would set without it.
Job Management
Chainlink Nodes require jobs in order for them to know what is expected of them.
This section will provide example job specs, under which will be an explanation for all of the data in each jobspec.
Example JobSpecs
Direct Request Example
FluxMonitor Example
Off Chain Reporting Example
Bridge Management
What is a Chainlink Bridge?
Adding / Replacing / Removing Bridges
Key Managmeent
Chainlink Node Account Private Keys
The Chainlink Node manages its own wallet's private keys keys for each network type it supports. At the time of this writing, that includes Layer One and Layer Two EVM chains, Solana, and Terra.
These wallets are responsible for paying the transaction fees associated with writing data on-chain for each network.