Install RIZON Blockchain
We currently supports the operating systems below.
- Ubuntu 18.04 or later
- MacOS 10.14 or later
You should install the packages below before you build the source.
- make
- gcc
git clone the source and change directory.
git clone https://github.com/rizon-world/rizon.git
cd rizon
git checkout v0.4.1
Simply make it!
make install
The built binary - rizond - will be located in your
$GOBIN
.Check the version of built binary.
$ rizond version
v0.4.1
Last modified 6mo ago