Deleted Account in TON Dev Chat (EN)
TON technical overview
Please check https://ton.org/docs/#/smart-contracts/tvm_overview?id=initialization-of-tvm So there are always 4 arguments on stack when recv_internal is called. By declaring recv_internal with less than 4 arguments you force funC to ignore most deep variables…
Thank you. So, if my understanding is correct, smart contracts are programmed in FunC, compiled into Fift and have to be deployed on the blockchain - and you can later interact with them using Fift or a wrapper SDK. Is that right?