Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edakturk14/buildspace-advice-portal-contract
https://github.com/edakturk14/buildspace-advice-portal-contract
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/edakturk14/buildspace-advice-portal-contract
- Owner: edakturk14
- Created: 2021-10-22T12:59:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T13:10:45.000Z (about 3 years ago)
- Last Synced: 2024-10-22T20:39:16.030Z (3 months ago)
- Language: Solidity
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advice Portal Smart Contract
The project was built from _buildspace Wave Portal Project.
This project demonstrates a basic Smart Contract in solidity for an advice portal.
The contract allows users to send messages view the blockchain.
The following are stored on the blockchain:
- sender
- message
- timestampThe events functions allows the dapp to be notified once there is a new message added to the portal.