-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Simpleblockchain is a framework to build blockchain applications.
There are a few blockchain frameworks available to build blockchain app, but none of them is modular and simple enough to enable custom functionalities. Blockchain developers need to put efforts understanding the complex framework for developing and integrating custom component like consensus or security protocol.
This framework enables blockchain developer to integrate these custom component easily.
- Plugable consensus
- Plugable messaging framework - Developers can easily put their custom messages and message handlers
- Simple application development interface
- Easy to integrate transaction validation mechanism - This includes custom crypto validation like multi/threshold signature
No this is a framework to build blockchain
Blockchain application is equivalent to a smart contract in other blockchain framework
Blockchain developer can develop application in RUST programming language, sample applications are located in simpleblockchain/src/user/
directory
The default consensus algorithm implemented is Proof of Authority (PoA) where only one validator node is present and other nodes are fullnodes.