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

https://github.com/zachyo/message-dapp


https://github.com/zachyo/message-dapp

Last synced: 10 months ago
JSON representation

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**