Solidity Tutorial: Enum & Struct
Enums and structs enhance the organization of data in Solidity, the programming language for EVM smart contracts.

Search for a command to run...
Articles tagged with #solidity
Enums and structs enhance the organization of data in Solidity, the programming language for EVM smart contracts.

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 has never been easier to take a smart contract from your VS Code editor onto the Ethereum network (...

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, so we could easily fetch the index value. But, what if we don't actually know the index? How do we f...

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 talking about the '[]' brackets, their usage and their importance in solidity programming for blockchain ...
