Installation
Requirements
System Requirements
Operating System: Ubuntu 20.04 or higher
CPU: 4 cores
RAM: 8 GB
Storage: 500 GB SSD
Network: High-speed internet connection
Dependencies
Git
Go: Version 1.18 or higher
Step 1: Install Dependencies
Update System Packages
Install Git
Install Go
Download Go:
Extract and Install:
Set Go Environment Variables:
Verify Installation:
Step 2: Clone the Axone Repository
Step 3: Build the Axone Node
Step 4: Configure the Node
Initialize the Node
Download Genesis File
Configure Peers
Add the following persistent peers to ~/.axone/config/config.toml
:
Replace node_id
, ip_address
, and port
with the appropriate values from the Axone documentation.
Step 5: Start the Node
Step 6: Monitor the Node
To view the node logs:
Last updated