Giter Club home page Giter Club logo

dchain's Introduction

DChain

DChain is an Ethereum-based blockchain platform with permission control 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.

  2. 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.

  3. Configurable consensus mechanism

    Use the sophisticated POS, PBFT 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”.

Features in development

  1. Confidential transaction

    For consortium and private blockchain, confidentiality is concerned for counter parties to prevent other participants from knowing details about the transaction. Confidentiality is a critical feature for industry.

  2. Blockchain middleware

    Blockchain middleware is designed to shield the technical details of the blockchain, providing reliable and easy to use interface for system development to the customer. Developer can develop their own applications rapidly by calling the interface provided by the application layer, including configure, monitoring, data analysis, blockchain browsing and other functions.

Building the source

You can install them using your favourite package manager. Once the dependencies are installed, run

'' make geth '' make caserver or, to build the full suite of utilities:

'' make all

Quickstart

There must be only one caserver in your blockchain network. After the caserver is startup, update the IP of '' caserver : address : "10.9.22.187" in “common/properties.yaml” in order to join the corresponding network.

Choose the proper consensus mechanism '' consensus : algorithm : "POW" in “common/properties.yaml”. Then use the command geth as Ethereum.

All the peers under the same network must use the same properties.yaml.

Contribution

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

License

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

dchain's People

Contributors

obscuren avatar fjl avatar karalabe avatar tgerring avatar zelig avatar cjentzsch avatar debris avatar gavofyork avatar zsfelfoldi avatar vbuterin avatar cubedro avatar ethers avatar jimenezrick avatar ebuchman avatar winsvega avatar caktux avatar kobigurk avatar mansaj avatar erobit avatar arboreum avatar frewsxcv avatar heikoheiko avatar 0xc1c4da avatar lefterisjp avatar xcthulhu avatar sdboyer avatar hiddentao avatar leijurv avatar wemeetagain avatar nicksavers avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.