How To: Deploy a Node
Before You Start
1. Download the Latest Stable Release
wget https://github.com/r5-labs/r5-core/releases/<path_to_release_file>2. Extract Files
/bin/* # Core binary files.
/genesis/* # Genesis files for R5 networks.
/config/* # Configuration files for R5 networks.
/r5 # R5 Relayer. Main entry-point binary.3. Create an Initialisation File (Optional)
4. Start The Node
Last updated