GithubHelp home page GithubHelp logo

blockchan's Introduction

A blockchain-based anonymous imageboard, written in OCaml.

This project aims to provide a simple imageboard.
It will remain as simple as possible, and as extendable as possible.
Blockchan tries not to lock up its users.

I) The Philosophy
KISS.

II) The client

The client is only expected to retrieve blocks from a server, save them to
the filesystem and propagate the outcomes of the transactions.
Displaying the data in an interface other than the filesystem is not a task
of the client.
It is up to the user to browse the filesystem using a text editor of their
choosing, or any other program.
The client is not expected to send data to the server directly, this is another
program's job. (Ideally, one would transmit data to the server via cURL)

III) The server

The server's only task is to receive requests from client and process them.
The server is also the central authority that is responsible of keeping track of
the blockchain. It has to be trustworthy.
Should it fail to appear so, one can, and should, start a server of his own
using his local copy of the blockchain and start advertising this fork of the
imageboard for everyone to use.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.