Processing messages
Summary: In previous steps, we modified our smart contract interaction with
storage
,get methods
, and learned the basic smart contract development flow.
Now, we are ready to move on to the main functionality of smart contracts — sending and receiving messages. In TON, messages are used not only for sending currency but also as a data-exchange mechanism between smart contracts, making them crucial for smart contract development.
提示
If you are stuck on some of the examples, you can find the original template project with all modifications performed during this guide here.