- Store a person with their favorite number
- Retrieve the number corresponding to the person
- Store a number
- Retrieve the number
- Creat a StoreNumberToPerson Contract
- Insert an array position and a number accompanying it
- Retrieve the number corrisponding to the array position
This is the first two projects of the freeCodeCamp.org tutorial: https://www.youtube.com/watch?v=M576WGiDBdQ with more comments.
This is a project made in Remix so you can just add the contracts StorageFactory and StoreNumberToPerson in your workspace and deploy them!