Testnet
Validators install and use instances of the Main Settlement Bus (MSB). Learn how to install & operate the MSB for Trac Network Testnet on Windows, MacOS and Linux.
Prerequisites
Windows
# allow script execution
# if you are an admin, you may use more restricted settings based on your dev op rules
Set-ExecutionPolicy Unrestricted
# Download and install fnm:
winget install Schniz.fnm
# set some environment options
fnm env --use-on-cd | Out-String | Invoke-Expression
# Download and install Node.js:
fnm install 22
# Verify the Node.js version:
node -v # Should print a version like "v22.14.0".
# Verify npm version:
npm -v # Should print a version like "10.9.2".MacOS/Linux
Installing Pear Runtime
Install Testnet MSB Validator
Post Install


Getting Whitelisted
Further Information
Last updated