Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidemiceli/chainode

Fast, Highly Scalable, and Lightweight Private Blockchain Network based on node.js
https://github.com/davidemiceli/chainode

blockchain blockchain-network blockchain-technology fintech p2p permissioned-blockchain private-blockchain

Last synced: about 1 month ago
JSON representation

Fast, Highly Scalable, and Lightweight Private Blockchain Network based on node.js

Awesome Lists containing this project

README

        



Chainode logo


Chainode

Fast, Highly Scalable, and Lightweight Private Blockchain Network



GitHub license


PRs Welcome

Chainode is a private blockchain designed to be fast, lightweight, and highly scalable. The network allows to exchange data (transactions) between trusted participants. These transactions are stored as blocks in a distributed ledger.

Chainode is written in pure Javascript for Node.js, and it is based on Kafka as communication system and block order. Designed for BigData use cases, it is message driven, each peer supports load balancing and is resistant to failures. The Chainode Blockchain is fast, every block is propagated to the network and added to the ledger as soon as it was generated. It is very lightweight being able to run on cheap machines. Every peer provides REST APIs and a Web Console.

## Index of contents

- [**Introduction**](https://github.com/davidemiceli/chainode/wiki)
- [**Features**](https://github.com/davidemiceli/chainode/wiki/Features)
- [**How it works**](https://github.com/davidemiceli/chainode/wiki/HowItWorks)
- [**Requirements**](https://github.com/davidemiceli/chainode/wiki/Requirements)
- [**Architecture**](https://github.com/davidemiceli/chainode/wiki/Architecture)
- [**Getting Started**](https://github.com/davidemiceli/chainode/wiki/GettingStarted)
- [**Configurations**](https://github.com/davidemiceli/chainode/wiki/Configurations)
- [**Development**](https://github.com/davidemiceli/chainode/wiki/Development)
- [**SDK**](https://github.com/davidemiceli/chainode/wiki/SDK)
- [**REST APIs**](https://github.com/davidemiceli/chainode/wiki/RestApis)
- [**Status**](https://github.com/davidemiceli/chainode/wiki/RestApis-Status)
- [**Stats**](https://github.com/davidemiceli/chainode/wiki/RestApis-Stats)
- [**List of blocks**](https://github.com/davidemiceli/chainode/wiki/RestApis-ListOfBlocks)
- [**New transaction**](https://github.com/davidemiceli/chainode/wiki/RestApis-NewTransaction)

## License

Chainode is licensed under the terms of the [GNU Affero General Public License Version 3 (AGPL)](LICENSE).
Documentation is licensed under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/).