#solidity
Read more stories on Hashnode
Articles with this tag
Enums and structs enhance the organization of data in Solidity, the programming language for EVM smart contracts. ยท In this episode, you will briefly...
New technology can be daunting to delve in at first. Starting off with Ethereum development might have been overwhelming in the past few years, but it...
In the previous episode, we discussed arrays and how to use them. From the example, we had studentAges as an array where we knew the element's index,...
An average user might wonder why we have so many brackets '{,(,[' but for some of us programmers and engineers it means so much. Today I will be...