Re standalone docker
Prerequisitesβ
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 build-docker-image4. Run a Re node as a docker containerβ
make start-docker-containerUsageβ
Portsβ
Interaction with the node using redβ
Making transactionsβ
Last updated