Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.