https://github.com/zachyo/message-dapp
https://github.com/zachyo/message-dapp
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zachyo/message-dapp
- Owner: zachyo
- Created: 2025-07-21T21:23:00.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-21T22:20:48.000Z (11 months ago)
- Last Synced: 2025-07-21T23:22:45.087Z (11 months ago)
- Language: JavaScript
- Homepage: https://message-dapp-alpha.vercel.app
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Message dApp
This dApp is a web application used to set and retrieve a message stored on the contract
Currently, it has two functions
- **setMessage** which is used to write the messagee to the contract. It takes the message as a string.
- **getMessage** which is used to get the message from the contract.
## Technologies used
- **React**
- **Solidity**