Understanding Mapping in Solidity
Mappings is used in almost every solidity code you come across, and understanding how it works can be tricky. This article tries to explain it in a simple way.
Mapping works like a key-value store but, they don't store data in a sequential or graph...
aniebiet.hashnode.dev2 min read