In this video, we will build on the previous “Simple storage” smart contract, and store list of data instead of just a single piece of data. You will learn how to:
- Represent list of data with Solidity arrays
- Access a specify entry of array
- Get an array length
Leave a Reply