#solidity-basics
Read more stories on Hashnode
Articles with this tag
100 days of solidity (Day 18–22) · The try-Catch mechanism and how it improves error handling Error handling has been so exciting. It opens us to the...
100 days of solidity (Day 18–22) · Error handling in solidity If you have not read the first part of error handling, click here to get an understanding...
100 days of solidity (Day 18–22) · What is Error handling? Error handling in Solidity refers to the process of detecting and managing exceptions or...
100 days of solidity (Day 13–17) · Solidity struct What is struct? In Solidity, a struct is a user-defined data structure that allows you to define a...
100 days of solidity (Day 13–17) · What is Solidity mapping? In Solidity, a mapping is a data structure that associates a key with a value, similar to a...
100 days of solidity (Day 8–12) · What is an array in solidity? In Solidity, arrays are used to store collections of data of the same type. You can think...