Skip to content

**"My first Solidity smart contract deployed on Ethereum Sepolia, built through Cyfrin Updraft with Patrick Collins. This SimpleStorage contract demonstrates: Blockchain data storage Smart contract deployment Etherscan verification Tech: Solidity 0.8.18, Remix IDE TX: 0x162a...60615"**

Notifications You must be signed in to change notification settings

DavidNg-DAO/first-solidity-contract-cyfrin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

SimpleStorage Smart Contract πŸš€

Solidity License

My first Solidity smart contract deployed on Ethereum Sepolia testnet, completed as part of the Cyfrin Updraft course taught by Patrick Collins.

πŸ“œ Contract Overview

A simple smart contract that demonstrates:

  • Storing and retrieving unsigned integers on-chain
  • Basic Solidity syntax and structure
  • Ethereum transaction lifecycle

πŸ› οΈ Tech Stack

  • Language: Solidity 0.8.18
  • Tools: Remix IDE
  • Network: Ethereum Sepolia Testnet

🌐 Deployment Details

πŸ“– Usage

Interact via Remix:

  1. Compile SimpleStorage.sol
  2. Deploy to Sepolia testnet
  3. Call these functions:
    // Store a number
    await simpleStorage.store(42);
    
    // Retrieve the number
    await simpleStorage.retrieve(); // Returns: 42

About

**"My first Solidity smart contract deployed on Ethereum Sepolia, built through Cyfrin Updraft with Patrick Collins. This SimpleStorage contract demonstrates: Blockchain data storage Smart contract deployment Etherscan verification Tech: Solidity 0.8.18, Remix IDE TX: 0x162a...60615"**

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published