has internal state of the contract (e.g. a mapping from addresses to balances) and the blockchain just has the transactions, which are only the interactions with the contract and not really the internal state?
Evm stores nothing, its a virtual machine which intakes bytecode and do state changes accordingly.
Обсуждают сегодня