Adding a Contract
# Add by specifying contract address directly
smart-cache add 0x1234567890abcdef1234567890abcdef12345678
# Add using configuration file defaults
smart-cache add
# Add with network and metadata
smart-cache add 0x1234... \
--network arbitrum-sepolia \
--name "Counter" \
--description "A simple counter contract" \
--version "1.0.0" \
--tx-hash 0xabcd1234...smart-cache add 0x1234... --interactiveCommand Reference
smart-cache init
smart-cache initsmart-cache add <address>
smart-cache add <address>Last updated