#soliditytutorial
Read more stories on Hashnode
Articles with this tag
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...
100 days of solidity (Day 8–12) · Contract ownership and access control patterns are crucial aspects of smart contract design and implementation. They...
100 days of solidity (Day 8–12) · In Solidity, a library is a reusable collection of functions and code that can be deployed and used by other contracts....