Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/play3rzer0/blockchaintwitterv2
Decentralized Twitter app concept with profile creation and registration
https://github.com/play3rzer0/blockchaintwitterv2
blockchain dapp decentralized-applications ethereum smartcontracts social-media solidity
Last synced: about 4 hours ago
JSON representation
Decentralized Twitter app concept with profile creation and registration
- Host: GitHub
- URL: https://github.com/play3rzer0/blockchaintwitterv2
- Owner: Play3rZer0
- License: mit
- Created: 2024-07-18T02:16:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T04:19:55.000Z (4 months ago)
- Last Synced: 2024-07-19T08:29:16.722Z (4 months ago)
- Topics: blockchain, dapp, decentralized-applications, ethereum, smartcontracts, social-media, solidity
- Language: Solidity
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlockchainTwitterV2
Decentralized Twitter app concept with profile creation and registration
This contract implements a user profile and registration that uses an interface.
All users must have a registered profile in order to:
-create a tweet
-like a tweet
-unlike a tweetA modifier is used to implement the onlyRegistered requirement to a function
that only registered users can use.