Skip to content

A basic smart contract to learn storing and retrieve state variables and setting up the development environment

Notifications You must be signed in to change notification settings

pseudocode88/simple-storage-fcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Storage

The first smart contract written based on freecodecamp solidity class.

Functionalities

  • Store a favourite number to the contract state variable
  • Retrieve the value of favourite number state variable
  • Add a person and their favourite number into a state array

Before we used Remix to write and deploy the contract. Now we are using hardhat to setup the local development env to cover up the Remix capabilities.

About

A basic smart contract to learn storing and retrieve state variables and setting up the development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published