Skip to content

A blockchain based social network, featuring immutable distributed data, available to all!

Notifications You must be signed in to change notification settings

sagar-spkt/blockblog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

// block_blog

A blockchain based social network built during Hack the North 2016. The idea is that it allows unprecedented freedom of speech since it is impossible to delete anything or ban users. It was written in 36 hours using JavaScript (ES6), React, Python and Flask.

About

// block_blog is a social network that allows anyone to create a free account and freely speak their mind online without possibility of censorship by any party. It is meant to employ a custom blockchain implementation available here.

Requirements

  • Node.js
  • a web server

Building & Running

  1. Install the client dependencies with npm install.
  2. Install the server dependencies with pip install -r requirements.txt.
  3. Start the front end from /client with npm start.
  4. Start the back end with from /server python server.py.
  5. Start posting.

Screenshots

Screenshot Screenshot Screenshot

Contributors

About

A blockchain based social network, featuring immutable distributed data, available to all!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.2%
  • CSS 26.3%
  • Python 7.8%
  • HTML 1.6%
  • AppleScript 1.1%