Solidity's Mapping Data Structure
An interesting data structure that you run into pretty quickly when working with Solidity is mapping.
Mapping in Solidity acts like a hash table or dictionary in any other language.
Data is stored as Key-Value Pairs much like traditional hashes o...
atayebali.hashnode.dev2 min read