Posted By : Shivam
ChainLink is a (decentralized) network of computing nodes. It provides us with information/data from off-blockchain sources to on-blockchain smart contracts with the help of oracles. It bridges the gap between smart contracts on the blockchain and real-world applications.
The data sharing between the blockchain and the real world is known as “oracles”.
|
To run a ChainLink full node, you first need an Ethereum client with a WebSocket connection (ws/wss).
|
|
Once the Eth node is synced completely, we can run the chainlink node.
|
Now run the following command to add the Ethereum WebSocket URL to the environment file.
|
Run the following command to add the PSQL Databases URL to the environment file
|
Now you can run the Docker image:
While first time running this docker image (smartcontract/chainlink ), it will ask for a password. This password will be the wallet password that you can use to unlock the keystore file generated for you. Then, you'll see a prompt to enter an API Email-address and Password.
Now you connect to your Chainlink node's user interface by opening http://localhost:6688 in your web browser.
That’s it. Your Chainlink full node is all set now and you can now easily interact with the smart contracts on the Chainlink network and the Blockchain. Now, you can add some jobs and play around with the node.
For more information about your project development related to Chainlink, you may also connect with our skilled blockchain developers.
November 8, 2024 at 01:53 pm
Your comment is awaiting moderation.