Understanding Mapping in Solidity
Jan 25, 2025 · 2 min read · 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...
Join discussion