Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlostojal/chainify-demo

Chainify demo. By using Docker Compose you can test three nodes on a virtual network communicating with each other, interacting with them individually using HTTP requests.
https://github.com/carlostojal/chainify-demo

demo key-value p2p peer-to-peer rest-api

Last synced: 11 days ago
JSON representation

Chainify demo. By using Docker Compose you can test three nodes on a virtual network communicating with each other, interacting with them individually using HTTP requests.

Awesome Lists containing this project

README

        

# chainify-demo

This is "[chainify](https://github.com/carlostojal/chainify)" demo.

This example consists of a REST API built with Express, using a "chainify" network as distributed storage.

The optimal way of trying it out is using "Docker Compose", to see multiple nodes in action. Be sure to start the nodes in the order node1 -> node2 -> node3.

Please note that "chainify" is a work in progress.