Skip to content

Store a person with their favorite number and retrieve the stored value. This is the first 2 projects from: freeCodeCamp.org tutorial, with more comments.

License

Notifications You must be signed in to change notification settings

K-Konstantinidis/Store-Data-Remix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Store-People-Remix

What can a user do?

StoreNumberToPerson.sol:

  • Store a person with their favorite number
  • Retrieve the number corresponding to the person
  • Store a number
  • Retrieve the number

StorageFacory.sol:

  • Creat a StoreNumberToPerson Contract
  • Insert an array position and a number accompanying it
  • Retrieve the number corrisponding to the array position

Help with the project

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!

About

Store a person with their favorite number and retrieve the stored value. This is the first 2 projects from: freeCodeCamp.org tutorial, with more comments.

Topics

Resources

License

Stars

Watchers

Forks