#solidity
Read more stories on Hashnode
Articles with this tag
Solidity Part 6 · In Solidity, constructors play a crucial role in initializing smart contracts. They allow you to set up initial state variables and...
Solidity Part 5 · In Solidity, understanding the difference between pure and view functions is crucial for writing efficient and effective smart...
Solidity Part 4 · Functions in Solidity are blocks of code that perform specific tasks. They can manipulate state variables, handle logic, and interact...
Solidity Part 3 - May 31, 2024 · In Solidity, understanding the distinction between state variables and local variables is crucial for efficient smart...
Solidity Part 2 - May 11, 2024 · State variables in Solidity are akin to the backbone of your smart contracts, storing data on the blockchain...
Solidity Part 1 - May 1, 2024 · As part of my journey into blockchain development, I've been working on writing smart contracts using Solidity. Today,...