Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 1.29 KB

Contributing.md

File metadata and controls

10 lines (7 loc) · 1.29 KB

Contributing

The easiest way to contribute is to:

  • Use it: Make it more popular
  • Fork it: Host an instance of Reverse on some domain - this helps it become more decentralized
  • Open PRs: Reverse hasn't reached feature-parity with Twitter yet (and might not need to)
    • The vision is something like 123movies, where the experience across different instances of the site is mostly the same, but maybe some hosts will choose to show ads, while others might charge a fee - variations like that. Fundamentally, the DRV library implements the peer-to-peer part - which keeps data across different deployed instances that have no communication with each other in sync - and through the DRV200 standard, content types are enforced. In these "contracts" peer-to-peer file storage is directed (posts are not stored in a db, other than a temporary queue cache, so you can deploy this serverless with no file system), and ownership transfers are recorded (similar to Ethereum's ERC721, but without any fees or algorithmic "stake", just simple p2p filesharing).

web3 protocol diagram