CLI tools for ACX workflow management and blockchain exploration.
npm install -g .acx-tools tx <chain> <txHash>- Open transaction in block exploreracx-tools address <chain> <address>- Open address in block explorer
acx-tools chain <input>- Translate between chain names and IDsacx-tools chains- List all available chains
acx-tools deposit <txHash>- Get deposit status by transaction hashacx-tools deposit <depositId> <originChainId>- Get deposit status by ID
acx-tools spoke-pool <chain>- Open SpokePool contract in block exploreracx-tools hub-pool- Open HubPool contract in mainnet block explorer
# Open transaction on Arbitrum
acx-tools tx arbitrum 0x123...
# Check deposit status
acx-tools deposit 0x456...