TheDocumentation Index
Fetch the complete documentation index at: https://docs.solidscipt.zoracle.xyz/llms.txt
Use this file to discover all available pages before exploring further.
config command reads and writes user-level settings stored in ~/.solidscript/config.json with file permissions set to 0600. Use it to persist your Etherscan API key, default network, and preferred RPC URL so you do not have to pass them as flags on every command invocation.
Subcommands
| Subcommand | Description |
|---|---|
config set <key> <value> | Write a value for the given key |
config get <key> | Print the current value for the given key |
config list | Print all stored key-value pairs |
config unset <key> | Remove a key from the config file |
Known keys
| Key | Purpose |
|---|---|
etherscan-key | Etherscan v2 API key used by verify-source for source verification |
default-network | Preferred network name when a command supports a default |
default-rpc | Preferred RPC URL |