Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.