CircleCI

It is a BlockChain platform that bases between the content provider and the spectator. So, "Proskenion" named from the etymology of "Prosium Arch" (Greek).

A decentralized and creator-based management system can be realized with Proskenion.

Proskenion's incentive/consensus algorithm is designed by Prosl.

Proskenion documentations is here.

demo movie

Develop Environment

Boot proskenion

$ git clone https://github.com/proskenion/proskenion.git
$ cd proskenion
$ docker build -t proskenion .
$ docker run proskenion

Example (for Mac)

Example: https://github.com/proskenion/proskenion/tree/master/example

terminal1

$ make example
$ make ipset
$ docker run -p $LOCAL_HOST_IP:50052:50052 proskenion -c example/configRoot.yaml

terminal2

$ make ipset
$ docker run -p $LOCAL_HOST_IP:50053:50053 proskenion:latest -c example/config1.yaml

terminal3

$ make ipset
$ docker run -p $LOCAL_HOST_IP:50054:50054 proskenion:latest -c example/config2.yaml

terminal4

$ make ipset
$ docker run-p $LOCAL_HOST_IP:50055:50055 proskenion:latest -c example/config3.yaml

terminal5

$ ./bin/example