Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.2 KB

databank

databank is a public blockchain for medical big data which is Ethereum-based with privacy protection, identity authentication and configurable consensus mechanism.

Features

  1. Enrollment mechanism and network control

CA Services is build to control the participant registration and access. After user obtain the certificate, one can start geth on the local and send the connect request to other peers.

  1. Permission control

Different nodes assign a different account, the account has designated authority level. Each node can finely control what things can do by the permission control.

  1. Configurable consensus mechanism

Use the sophisticated POS, DPOS and other consensus algorithm to replace the POW algorithms in order to achieve effective and efficient, to reduce the consumption of computing resources, increase the transaction throughput. The mechanism can be specified by the “common/properties.yaml”.

Contribution

Thank you for considering to help out with the source code! We welcome contributions from anyone on the internet.

License

The databank project is licensed under the [GNU General Public License v3.0], also included in our repository in the COPYING file.