Re build from sources
This page contains information about building Re node from sources
Prerequisitesβ
Golang v1.19 (go releases and instructions).
Build and runβ
1. Make sure you have the required Golang versionβ
go version2. Clone Re repository and cd into itβ
git clone https://github.com/jim380/Re.git
cd Re3. Build a Re node imageβ
make installLast updated