Step 1) Run a Sentry Node
Before running a Sentry node on , install the following prerequisites:
Once all the required dependencies are installed, execute the following curl
request from your terminal/command prompt to run a Sentry node on Router's testnet:
curl -L https://bit.ly/3IdpohH > r.sh && bash r.sh
info
After running the script, you'll be prompted to choose one of the following two options:
- Option 1) Install Router - Installs both the orchestrator and the validator.
- Option 2) Install Orchestrator - Installs just the orchestrator.
In case you are following this setup for the first time, select option 1.
This script will automatically:
- Clone the
routerd
binary - Initialize the chain config
- Update the default configuration using testnet's genesis file
- Configure
systemd
service forrouterd
- Start syncing the chain
info
Wait for the chain to sync to the latest block before moving to the next step.