434 B
434 B
Requirement
- nodejs: v20.10.0
- npm: v10.2.3
Prepare
Recommend use nvm to manage node version.
Install node.js dependency:
npm install
Run
mainnet validators version
npm run startMainnet
testnet validators version
npm run startTestnet
Transaction count
node gettxcount.js --rpc ${url} --startNum ${start} --endNum ${end}