This script automates the setup process for a Warden node.
To use this script:
- Clone this repository: git clone https://github.com/essenwo/warden-setup-script.git
- Navigate to the directory: cd warden-setup-script
- Make the script executable: chmod +x setup_warden.sh
- Run the script: ./setup_warden.sh
- Downloads the Warden binary
- Initializes the node
- Fetches the genesis.json file
- Configures minimum gas prices
- Starts the Warden node
Please review the script before running it on your system.