What is the best way to call functions of another contract which is already deployed in the network?
Dec 1, 2020, 8:03 PM
Write an interface for it and create a reference to the contract with the interface
Dec 1, 2020, 8:06 PM
Thanks mate 👍
Dec 1, 2020, 8:13 PM
that doesn't really answer the question, as far as I can tell.
There is no way to make anything "automatic" in the sense that all actions have to be triggered by some external user.
There is no way to make anything "automatic" in the sense that all actions have to be triggered by some external user.
Dec 1, 2020, 8:53 PM
^ this. Smart contracts don't work without direct interaction through a transaction.
Dec 1, 2020, 9:01 PM