Mapping In Solidity.
In this video , we are going to talk about Mapping in solidity, which acts like a dictionary in any other language. Mappings are mostly used to associate the unique EvM address with the associated value type.
You will Learn how to use Mappings to store and retrieve data efficiently in your EVM Apllications.
Remix IDE: https://remix.ethereum.org/
Solidity Docs: soliditylang.org