Chainlink automation crash course | Solidity project

Опубликовано: 07 Январь 2024
на канале: Web Dev Solutions
141
9

Greetings everyone,
Today in this video we'll learn about Chainlink automation in depth!
Stay tune and enjoy the video.

contract address: 0xF298fa05cb3be4a07242C009ad465eA08C9dBd92

Excalidraw: https://excalidraw.com/#room=397ec87f...

abi:
[
{
"inputs": [],
"name": "count",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "increment",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]


Chainlink Registry: https://automation.chain.link/

Chainlink automation compatible contract: https://docs.chain.link/chainlink-aut...

channel link:    / @web3explored