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 version
2. Clone Re repository and cd into it
git clone https://github.com/jim380/Re.git
cd Re
3. Build a Re node image
make install
Last updated