scripts/network-account-compare/README.md
A CLI tool for comparing network account configurations between different environments in the Shardeum network.
cd scripts/network-account-compare
npm install
npm run build
The easiest way to use the tool is with the environment-specific commands:
# Compare with mainnet
npm run mainnet
# Compare with testnet
npm run testnet
# Compare with stagenet
npm run stagenet
# Compare with devneUus
npm run devnetUs
# Compare with devnetApac
npm run devnetApac
# Compare with local
npm run local
mainnet: Mainnet environmenttestnet: Testnet environmentstagenet: Stagenet environmentdevnetUs: US Devnet environmentdevnetApac: APAC Devnet environmentlocal: Local development environmentThe tool uses predefined archiver URLs for each environment in src/config.ts. You can modify these URLs if needed.
The tool provides color-coded output: