#solidity-mappings
Read more stories on Hashnode
Articles with this tag
Introduction In Solidity, mappings are a way to organize data. They work like a dictionary by assigning a 'key' to the data you want to store, known...