1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00
a truly distributed social platform for the browser with no backend and no external applications required
Go to file
2015-11-04 16:08:33 +01:00
static first commit 2015-11-04 16:08:33 +01:00
.gitignore first commit 2015-11-04 16:08:33 +01:00
package.json first commit 2015-11-04 16:08:33 +01:00
README.md first commit 2015-11-04 16:08:33 +01:00
server.js first commit 2015-11-04 16:08:33 +01:00

IPFS Board

Data Storage

Each user exposes via IPNS a folder containing:

  • boards
    • board name(s)
  • posts
    • board name(s)
      • admin name(s)
        • post(s)
  • comments
    • board name(s)
      • admin name(s)
        • comment(s)
  • votes
    • board name(s)
      • admin name(s)
        • vote object(s)

Post

{
  "title": "Title of the post",
  "text": "Content of the post"
}

Comment

Comment text

Vote

ipfs-board:vote-for:object_url