imple Message DApp
A decentralized message board where anyone can write and read messages on-chain.
视频
描述
Simple Message DApp is a beginner-friendly Web3 project that allows users to write and read messages stored directly on the blockchain. Each message is permanent and transparent, demonstrating how smart contracts can be used for decentralized social applications.
Key Features:
- Write a message to the blockchain.
- View all messages submitted by users.
- Fully decentralized and transparent.
- Connected with MetaMask wallet.
This project is designed as an easy introduction to smart contracts, Solidity, and Web3 frontend integration using React and Ethers.js.
本次黑客松进展
1. Implemented the Solidity smart contract for storing messages. 2. Deployed the contract on a testnet (Sepolia). 3. Built a simple React frontend to interact with the contract. 4. Connected MetaMask wallet for user interaction. 5. Tested writing and retrieving messages successfully.