danielmelogpi / immutable-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Immutable Blog

(ongoing experiment)

An experiment to showcase a microblog built on top of Ethereum network where authors can make small posts with textual content or images.

  • Images are stored using the IPFS system.
  • The visual interface (pending) will be built using ReactJs.
  • Content will be queried from the network by the browser, without any backend

Stack

  • Truffle
  • React
  • Mocha & Chai
  • Ganache

Backlog

  • User should be able to set it's nickaname
  • User should be able to add new Posts
  • There should be a list of the last posts, formatted as a timeline
  • User should be able to add friends
  • The timeline should combine the current user and his/her friends posts, in inverse chronological order
  • Posts should support images using IPFS as the hosting mechanism

Misc

About


Languages

Language:JavaScript 78.6%Language:HTML 8.6%Language:Solidity 7.0%Language:CSS 5.8%