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: 4 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T16:44:31.000Z (about 1 year ago)
- Last Synced: 2025-06-05T05:13:50.079Z (about 1 year ago)
- Topics: blockchain, dapp, decentralized-applications, ethereum, smartcontracts, social-media, solidity
- Language: Solidity
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- 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 tweet
A modifier is used to implement the onlyRegistered requirement to a function
that only registered users can use.