Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/carlostojal/chainify-demo
- Owner: carlostojal
- Created: 2021-07-04T00:13:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T19:22:08.000Z (over 3 years ago)
- Last Synced: 2024-11-15T01:42:43.737Z (2 months ago)
- Topics: demo, key-value, p2p, peer-to-peer, rest-api
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.