/Zilliqa

Zilliqa is the world's first high-throughput public blockchain platform - designed to scale to thousands ​of transactions per second.

Primary LanguageC++OtherNOASSERTION

Zilliqa (codename Durian)

Build Status codecov Gitter chat

Overview

Zilliqa is a new blockchain platform capable of processing thousands of transactions per second with sharding built into it. With sharding, Zilliqa has the potential to match throughput benchmarks set by traditional payment methods (such as VISA and MasterCard). More importantly, Zilliqa’s transaction throughput increases (roughly) linearly with its network size.

D24 Testnet

D24 Testnet with Scilla support

Available Features

The current release has the following features implemented:

In the coming months, we plan to have the following features:

  • Gossip protocol for network message broadcasting
  • Incentive structure
  • GPU support for PoW
  • Further unit and integration tests
  • Enhancement of existing features
  • More operating system support
  • And much more ...

Minimum system requirements

To run Zilliqa, we recommend the following minimum system requirements:

  • x64 Linux operating system such as Ubuntu
  • Recent dual core processor
  • 2 GB RAM

Note: Presently we are in active development on Ubuntu 16.04. The support for building on other Ubuntu versions or other OSes is pending.

Dependencies

To compile and run the Zilliqa codebase, you will need the following dependencies to be installed on your machine:

  • build-essential
  • Boost
  • CMake
  • clang-format
  • git
  • JsonCpp
  • json-rpc-cpp
  • LevelDB
  • OpenSSL
  • pkg-config
  • libevent
  • miniupnpc
  • Dependencies only required for builds with code coverage enabled
    • gcov
    • lcov
  • Dependency only required for builds on Travis-CI
    • curl

For Ubuntu 16.04, you can use the following commands (or refer to ./scripts/ci_install_deps.sh) to install the dependencies:

sudo apt-get update
sudo apt-get install git clang-format-5.0 clang-tidy-5.0 clang-5.0 libboost-system-dev libboost-filesystem-dev libboost-test-dev libssl-dev libleveldb-dev libjsoncpp-dev libsnappy-dev cmake libmicrohttpd-dev libjsonrpccpp-dev build-essential pkg-config libevent-dev libminiupnpc-dev

For Mac OS X (experimental), you can use the following command to install the dependencies:

brew install pkg-config jsoncpp leveldb libjson-rpc-cpp libevent miniupnpc

Running Zilliqa locally (using 10 shard nodes and DS node locally)

  1. Build Zilliqa from the source.
    ./build.sh

  2. Run the local testnet script in build directory cd build && ./tests/Node/test_node_simple.sh

  3. Logs of each node can be found at ./local_run

  4. To terminate Zilliqa,
    pkill zilliqa

Running a Zilliqa Node on the public testnet

If you are interested in running a node on the Zilliqa testnet, please register here

For further enquiries

If you have issues running a node, please feel free to join our Slack and ask questions. You can also submit your issue at our Github repository

Licence

You can view our licence here.