RIZON Blockchain
Search…
RIZON Blockchain
Introduce RIZON Blockchain
Getting Started
Install RIZON Blockchain
Deploy own network
Guide
Validator Guide
Interact Node
Migrations
Module
tokenswap
treasury
Resource
CLI
FAQ
GitHub
Powered By
GitBook
Install RIZON Blockchain
Build the source
Supported Systems
We currently supports the operating systems below.
Ubuntu 18.04 or later
MacOS 10.14 or later
Prerequisites
You should install the packages below before you build the source.
Golang
>= 1.17
make
gcc
Build
git clone the source and change directory.
1
git clone https://github.com/rizon-world/rizon.git
2
cd rizon
Copied!
Simply make it!
1
make install
Copied!
The built binary -
rizond
- will be located in your
$GOBIN
.
Check the version of built binary.
1
$ rizond version
2
v0.3.0
Copied!
License
RIZON Blockchain is licensed under the
Apache License 2.0
.
Previous
Introduce RIZON Blockchain
Next - Getting Started
Deploy own network
Last modified
2mo ago
Copy link
Contents
Build the source