Lilian Cariourasengansec.hashnode.dev·Dec 19, 2024TON Virtual Machine / Func Learninghttps://docs.ton.org/learn/tvm-instructions/tvm-overview What are messages and what are transactions? ✉️ Message - the things that happens in between two contracts. It carries a little bit of coins and arbitrary data to a contract address. 💎 Transa...tondev
Yuanbo Limy-tvm-from-scratch-1.hashnode.dev·Nov 29, 2024Setting Up the Initial CMake for my TVM projectCMake is a powerful tool used for managing the build process in C++ projects. It’s designed to be cross-platform, allowing you to easily configure and build your project on multiple operating systems. This blog shows the initial CMake configuration f...tvm