eattheblocks icon indicating copy to clipboard operation
eattheblocks copied to clipboard

How to automate a function in a smart contract?

Open qnxdev opened this issue 2 years ago • 2 comments

Despite its name, ‘smart’ contracts in Ethereum are not self-executing. You need an external source (either human or machine) to call the smart contract and execute its code.

But projects like TIME wonderland has already automated rebase rewards. I wonder how is it possible.

Can someone explain?

Thanks in advance

qnxdev avatar Mar 11 '22 08:03 qnxdev

Using Chainlink Keepers Node, you can run automated jobs in a decentralized manner

moesaleh avatar Mar 11 '22 09:03 moesaleh

Yes You Can automate smart contracts by the help of external package or external smart contract that helps to automate your smart contract functions that is Chainlink Keepers Oracle system Developed by chain link. Chainlink Keepers provide two function one for register your automate function and other one for self called function to automate your smart contract function and it takes gasFees also in terms Of LINK Token of chain link. hope it will Help you.

Happy Codding !!!

Kali-Decoder avatar Jun 18 '22 11:06 Kali-Decoder