Skip to content

neelkanani/favourite-numnber-solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

favourite-numnber-solidity

This is a solidity smart contract Main agenda is to dive deeper into Solidity smart contracts and get towards the blockchain world

It has 3 Major Contracts

  1. SimpleStorage

  2. Storage Factory

  3. Extra Storage

  4. SimpleStorage This contract has all the data types variable and functions. function store() - This will store the favorite number for the user. retrieve() - This is a getter function will fetch the fav number for the user.

  5. Storage Factory This contract showcases the ability to import a smart contract & access its function with the help of contract address.

  6. Extra Storage This Contracts explores over inheritance feature of solidity language Explains how overiding of a function can be done and how the keywords like Overide and Vitual plat a vitual role in order to add additional features to the function

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published