How to check slot number of variable in Solidity
In some cases, you may want to know the slot number of a variable in Solidity. Here is a very simple sample to show that.… Read More »How to check slot number of variable in Solidity
In some cases, you may want to know the slot number of a variable in Solidity. Here is a very simple sample to show that.… Read More »How to check slot number of variable in Solidity
Although creating a real smart contract is not easy as it seems, learning solidity basics is pretty easy! Here are three simple resources I found… Read More »Learn Solidity Basics with these 3 Free Resources
You may already know Ergo is using the UTXO model, with means we have some inputs and outputs, and the container that contains this data… Read More »Getting to know Ergo Box formats
If you want to test TON blockchain smart contracts, you’ll require TONCLI to deploy and interact with them. The installation procedure is pretty simple. As a result, I only mention the project and installation guide links. TONCLI project on Github Installation… Read More »How to install TONCLI on Windows, Linux, and Mac
When we talk about block-chain, especially cryptocurrency’s and how they changed the world, I think there is a bold subject that needs more attention. SMART… Read More »Are Smart Contracts the future?