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.
See consensus.md for more about consensus.
See DEPLOYMENT.md for deployment steps.
See FAQ.md for the most common troubleshoot questions.
See RPC.md for RPC methods usage.
If you have a bug or an idea, thank you for firing an issue here.