#beginners
Read more stories on Hashnode
Articles with this tag
Solidity has built-in Variables, that show specific details about your contract. With the built-in variables, you can call know information about your...
In Solidity, we can always control how our Variables can be accessed. In this case, whenever we create any variable we can assign some keywords to...
In the previous tutorial, we learned how to build a Token using the ERC20 standard, and in this article, we are going to be creating a Token using the...
Token creation is one of the most important subjects in solidity. Cryptocurrency tokens are used as a store of value/money and are created on a native...
Transactions that happen on the Blockchain are stored as Blocks. Every one of these transactions has logs and these logs represent the solidity events...
Solidity provides a way to import a file and its contracts or functionalities into another solidity file, The imported file's functionalities can then...