Govur University Logo
--> --> --> -->
...

When a smart contract gets information from outside, where does the EVM first put this information so the contract can only read it?



When a smart contract needs information from outside the blockchain, such as a price feed from an oracle, this information must be included as part of a transaction that calls the smart contract. The EVM does not directly fetch external data; instead, an external entity, like an oracle service, initiates a transaction to the contract, embedding the external data within that transaction. This external information is prim....

Log in to view the answer



Redundant Elements