Skip to content

rev2607/first-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Contract on Sepolia Testnet

This repository contains the 'Message' smart contract deployed on the Sepolia testnet. This project was created as part of my learning journey to understand how things work in blockchain development. I've got the Sepolia Ethereum from Google Cloud's Web3 Faucet.

Steps to Run on Remix IDE

  1. Open Remix IDE:

  2. Add the Contract Code:

    • Copy the Solidity code from this repository and paste it into a new file in Remix with a .sol extension.
  3. Set Compiler Version:

    • In Remix, go to the "Solidity Compiler" tab.
    • Set the compiler version matching the pragma in the contract (e.g., ^0.8.x).
    • Click "Compile."
  4. Deploy the Contract:

    • Go to the "Deploy & Run Transactions" tab.
    • Select Injected Provider - MetaMask as the environment.
    • Ensure you are connected to the Sepolia testnet in MetaMask.
    • Deploy the contract.
  5. Interact with the Contract:

    • After deployment, use the Remix interface to interact with your contract.

Notes

  • This project is purely for learning purposes to explore how blockchain technology and smart contracts work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published