https://github.com/rizon-world/rizon
Official repository of RIZON PLATFORM
https://github.com/rizon-world/rizon
blockchain go golang
Last synced: 6 months ago
JSON representation
Official repository of RIZON PLATFORM
- Host: GitHub
- URL: https://github.com/rizon-world/rizon
- Owner: rizon-world
- License: apache-2.0
- Created: 2021-05-13T02:55:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T08:51:20.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T10:13:50.784Z (about 2 years ago)
- Topics: blockchain, go, golang
- Language: Go
- Homepage:
- Size: 2.25 MB
- Stars: 23
- Watchers: 8
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RIZON PLATFORM
[](https://github.com/rizon-world/rizon/blob/master/LICENSE)
[](https://goreportcard.com/report/github.com/rizon-world/rizon)
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.
## 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](https://golang.org/doc/install) >= 1.20
* make
* gcc
### Build
git clone this source and change directory.
```sh
git clone https://github.com/rizon-world/rizon.git
cd rizon
```
Simply make it!
```sh
make install
```
The built binary - _rizond_ - will be located in your `$GOBIN`.
### License
RIZON PLATFORM is licensed under the [Apache License 2.0](https://github.com/rizon-world/rizon/blob/master/LICENSE).