Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 889 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 889 Bytes

Black Mirror

Using CRDT by OrbitDB to build a serverless database for blogs on top of IPFS.

Instructions (local)

  • Clone the repo, choose PORT.
  • Install dependenciesnpm i
  • Create a local instance of IPFS and OrbitDB then open it with .open.
  • Run npm run server
  • Use Postman to add, read, sort database.

Note: Read Orbit DB field manual to connect to global IPFS network.

Global

This is what i think

  • IPFS instance in browser (React) and send post.
  • Connect post/CID with OrbitDB CRDT.
  • Use IPFS cluster or other pinning service for data persisatane.
  • Build an incentive layer for self sustainability.