Welcome to the official RIZON PLATFORM repository. RIZON is a decentralized network program which helps you to connect other blockchain and build your own network easily.
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.
- Golang >= 1.20
- make
- gcc
git clone this source and change directory.
git clone https://github.com/rizon-world/rizon.git
cd rizon
Simply make it!
make install
The built binary - rizond - will be located in your $GOBIN
.
RIZON PLATFORM is licensed under the Apache License 2.0.