Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query supported chains and IDs
armory networks
# all networks armory networks # filtered armory networks --mainnet armory networks --testnet
NETWORK=base if armory networks | rg -qi "$NETWORK"; then echo "supported: $NETWORK" else echo "unsupported: $NETWORK" fi
# validate the network format your app will pass armory validate network base armory validate network 8453 armory validate network eip155:8453