Skip to content

The official release of Conflux consortium blockchain.

Notifications You must be signed in to change notification settings

tree-graph/conflux-consortium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conflux Consortium BlockChain

We are pleased to annouce that the Conflux Consortium Blockchain release is arrived. Conflux consortium is permissioned version of Conflux public blockchain. It employs an innovative consensus algorithm combining tree-graph block ledger and BFT protocol to achieve high throughtput and low latency.

The blocks are proposed in parallel by participant nodes and form a tree-graph structure, while the BFT protocol is used to decide the pivot block of each tree-graph epoch. This way, the processes of block generation and block ordering are pipelined. This minimizes the negative effect of BFT latency on system throughput. The following figure illustrates the process.

1

See consensus.md for more about consensus.

Deployment

See DEPLOYMENT.md for deployment steps.

FAQ

See FAQ.md for the most common troubleshoot questions.

RPC

See RPC.md for RPC methods usage.

Issue

If you have a bug or an idea, thank you for firing an issue here.