Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehdikhosa50/get-setmood-onchain
This repository contains the code for a dApp called MoodContract. It allows users to set and retrieve their mood on the Ethereum Sepolia testnet using a smart contract. The frontend is built with HTML and JavaScript, and it interacts with the contract using the Viem library.
https://github.com/mehdikhosa50/get-setmood-onchain
Last synced: about 1 month ago
JSON representation
This repository contains the code for a dApp called MoodContract. It allows users to set and retrieve their mood on the Ethereum Sepolia testnet using a smart contract. The frontend is built with HTML and JavaScript, and it interacts with the contract using the Viem library.
- Host: GitHub
- URL: https://github.com/mehdikhosa50/get-setmood-onchain
- Owner: MehdiKhosa50
- Created: 2024-07-05T19:51:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T20:08:42.000Z (6 months ago)
- Last Synced: 2024-07-06T01:20:10.233Z (6 months ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get-SetMood-ONCHAIN
# MoodContract dApp
This repository contains the code for MoodContract, a decentralized application (dApp) that allows users to set and retrieve their mood on the Ethereum Sepolia testnet.# Features
Set Mood: Users can input and store their mood on the blockchain.
Get Mood: Users can retrieve their stored mood from the blockchain.# Technologies Used
Solidity: Smart contract programming language.
Viem: Ethereum client library.
Ethereum: Blockchain platform.
Sepolia Testnet: Ethereum test network.# Quick Start
Clone this repository:
bash
Copy code
git clone https://github.com/your-username/MoodContract.git
Open index.html in a web browser.
Connect your Ethereum Sepolia testnet wallet.
Input your mood and click "Set Mood" to store it on the blockchain.
Click "Get Mood" to retrieve your stored mood.# Contributing
Contributions are welcome! Please create an issue or submit a pull request for any improvements or bug fixes.# License
This project is licensed under the MIT License.