We explicitly specify the version for correct assembly
To launch a node, we need to obtain an access token. For Devnet, we can obtain one ourselves; for Testnet and Mainnet, we need to obtain one from a sponsor
Getting a token for DEVNET (valid for 1 hour)
We use it the first time we run it. For subsequent launches, we delete the token and leave the -o ""
<ONBOARDING_SECRET> = Your Devnet token <party_hint> = Your validator name (example: Val-validator-1)
<MIGRATION_ID> = 0 for Devnet (see here - https://sync.global/sv-network/)
After a successful launch, you can check the logs
Please note that the validator can be stopped with the ./stop.sh command and restarted with the same start.sh command as above. Subsequent invocations can omit the token and leave the field blank, but the -o flag is still required, so you must specify the -o "" argument