icafa / go-zilliqa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experimental golang implementation of Zilliqa.

Go Report Card Travis

Go Zilliqa

Official golang implementation of Zilliqa.

Building the source

Building gzil requires both a Go (version 1.7 or later) and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run

make gzil

or, to build the full suite of utilities:

make all

License

The go-zilliqa library (i.e. all code outside of the cmd directory) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.

The go-zilliqa binaries (i.e. all code inside of the cmd directory) is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.

About

License:GNU Lesser General Public License v3.0


Languages

Language:C 45.2%Language:Go 36.1%Language:C++ 7.3%Language:Assembly 3.7%Language:Java 2.4%Language:Python 2.4%Language:M4 2.0%Language:Makefile 0.9%Language:Shell 0.1%Language:Dockerfile 0.0%