简体   繁体   中英

How does a smart contract being expended over the block chain?

Alert:<\/strong> Beginners question. I am searching about solving this question. Once we deploy a smart contract, how on the block chain does other nodes know about my smart contract? If any one have some suggestions on how to understand this part. I can understand that my question may require a lot of explanations. I appreciate any links to resources that would help me the prerequisites.

"

When you compile a Solidity code, it results in a bytecode executable by the EVM (Ethereum Virtual Machine).

Other nodes learn about this new block and reflect the state changes (eg new bytecode on the address of your contract) on their end as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM