项目作者: aungmawjj

项目描述 :
Juria is a high-performance consortium blockchain with Hotstuff consensus protocol.
高级语言: Go
项目地址: git://github.com/aungmawjj/juria-blockchain.git
创建时间: 2021-02-02T07:18:48Z
项目社区:https://github.com/aungmawjj/juria-blockchain

开源协议:GNU General Public License v3.0

下载


Juria Blockchain

Juria is a high-performance consortium blockchain with Hotstuff consensus mechanism and a transaction-based state machine.

Hotstuff provides a mechanism to rotate leader (block maker) efficiently among the validator nodes. Hence it is not required to have a single trusted leader in the network.

With the use of Hotstuff three-chain commit rule, Juria blockchain ensures that the same history of blocks is committed on all nodes despite network and machine failures.

Benchmark

Getting started

You can run the cluster tests on local machine in a few seconds.

  1. Install dependencies
    1. # MacOS
    2. xcode-select --install
    1. # Ubuntu
    2. sudo apt-get install build-essential
  2. Download and install go 1.16
  3. Prepare the repo
    1. git clone https://github.com/aungmawjj/juria-blockchain
    2. cd juria-blockchain
    3. go mod tidy
  4. Run tests
    1. cd tests
    2. go run .

The test script will compile cmd/juria and set up a cluster of 4 nodes with different ports on the local machine.
Experiments from tests/experiments will be run and health checks will be performed throughout the tests.

*NOTE: Network simulation experiments are only run on the remote linux cluster.*

Documentation

About the project

License

This project is licensed under the GPL-3.0 License.

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.