Favour Ajayefavourajaye.hashnode.dev·Jul 11, 2023Mappings in solidityWhat is Solidity mapping? In Solidity, a mapping is a data structure that associates a key with a value, similar to a dictionary or hash map in other programming languages. You can think of a mapping as a collection of key-value pairs, where each key...1 likesolidity basicsAdd a thoughtful comment2 commentsTop commentsSantosh more·Jul 12, 2023Jul 12, 2023Learning resources? 2·Reply·1 replyHide repliesFavour AjayeAuthor·Jul 12, 2023Author·Jul 12, 2023Solidity documentation ·Reply