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
static | ||
.gitignore | ||
package.json | ||
README.md | ||
server.js |
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)
- admin name(s)
- board name(s)
- comments
- board name(s)
- admin name(s)
- comment(s)
- admin name(s)
- board name(s)
- votes
- board name(s)
- admin name(s)
- vote object(s)
- admin name(s)
- board name(s)
Post
{
"title": "Title of the post",
"text": "Content of the post"
}
Comment
Comment text
Vote
ipfs-board:vote-for:object_url