Skip to content

solomonadzape95/simple-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Storage – Solidity Basics

This project demonstrates the fundamentals of writing smart contracts using Solidity. It contains a simple contract that stores and retrieves a number on the Ethereum blockchain.

🧱 Overview

The SimpleStorage contract allows you to:

  • Store a single unsigned integer (uint256)
  • Retrieve the stored value

This project is perfect for learning:

  • Solidity syntax
  • Smart contract deployment
  • Interaction with deployed contracts

🧪 Prerequisites

To follow along, make sure you have:

  • MetaMask (for interacting with the blockchain, if deploying)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published