Re build from sources

This page contains information about building Re node from sources

Prerequisites​

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