Skip to content
forked from JuanuMusic/posta

A twitter like social network for Human beings exclusively. Currently running on Kovan TestNet

License

Notifications You must be signed in to change notification settings

luck-luffy/posta

 
 

Repository files navigation

POSTA 📢

A twitter-like social network for Human Beings only!

Key Features

  • Decentralized
  • Censorship resistant
  • Each posta is minted as an NFTs owned by the creator
  • NFTs are compatible with NFT markets such as OpenSea
  • Content ownership by default (owners can be held accountable for their content)

Why Posta?

Social Networks🌎 are a great evolution of Human Society to socialize through the internet. One of the fundamental problems of the current state, is that they are fully centralized. All the data and content generated through them, is collected and managed by the owners of the service.

Another problem is the amount of fake profiles that can be generated 🦹‍♂️, making social networks untrustworthy about the authors of the content.

Posta is a twitter clone that runs on the Ethereum Blockchain ⛓️, and makes it a MUST that the user participating on it, is a Human being.

To achieve this, a user must be a registered and approved Human under the Proof of Humanity registry to be able to generate a Post.

How it works?

Posta is an ERC721 NFT (PSTA). Everytime an address tries to create a new Post, the contract validates that the creator address is registered on the Proof of Humanity registry.

If the address is an actual Human, a new NFT with symbol "PSTA" is minted and sent to the Human that created it, and a JSON file is generated with the post and the author, and uploaded to a decentralized storage system.

The data is stored on-chain using the logs. This strategy was taken from Auryn MacMillan's poster. All credits for using this technique goes to him.

👍 Likes / Support (Or how to come up with excuses to burn UBI)🔥🔥🔥


Just as on any social network there is the concept of like, Posta has a "support" feature, which is paid in UBIs. This feature does 4 things:

  • Burns 50% of the UBIs payed 🔥
  • Gives the remaining to the post creator (to increase interest on creating quality content) 👤🧾
  • Adds the total balance paid to the total value of support given to the post (which is irevokable. Support can only be given, not taken away) 💎
  • The NFTs keeps track of the number of unique humans that gave support. This way, no matter the amount of support received, the number of people also counts. 👥👥👥

Suggestions about this behavior are more than welcome

Notice

This is a work in progress to learn about building a fully functioning Decentralized app. PRs will be accepted to help improving the architecture.

How to run it:

  • Install truffle
  • Deploy the contracts either to a local ethereum blockchain or to a test network (check ./posta-contracts/truffle-config.js)
  • Run the react app inside the directory (./posta-app) using npm start.

How can I help?

This is still a Work in Progress so any kind of improvement is valid (architecture, protocol, contracts, frontend app, suggestions, ideas, etc).

  • If you have a question, suggestion or idea, please, submit an Issue
  • If you have a code improvement, fork the repository and sned a PR so that we can review it, discuss it, and potentially merge it.

About

A twitter like social network for Human beings exclusively. Currently running on Kovan TestNet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.7%
  • JavaScript 22.5%
  • Solidity 17.0%
  • SCSS 0.7%
  • HTML 0.7%
  • CSS 0.4%