Exercise: Mappings
Explore how to use mappings in Solidity by implementing a feature that retrieves a name using an Ethereum address. Learn how to update mappings and methods to handle reverse lookups in smart contracts. This lesson helps you deepen your understanding of Solidity data structures through practical coding.
We'll cover the following...
We'll cover the following...
Now, it's time to practice using mappings in ...