I built my first smart contract today:smile:, deployed and tested on Ethereum Rinkeby Testnetwork.
This contract gets and stores the name and ID of a user to the network when deployed,
I made use of the .push()
method to add every user input data to an array
you can request for user information from the network using the index method,
i also included a mapping function for name search if you don't want to search the array using index method