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.
wallet command manages local hot wallets for use with development nodes and disposable testnets. Wallets are stored under ~/.solidscript/wallets/ with file permissions set to 0600. You create a named wallet once and then reference it by name in deploy commands via the --wallet flag. Use balance to check funds before attempting a deploy.
Subcommands
| Subcommand | Description |
|---|---|
wallet new <name> | Generate a new key pair and save it as a named wallet |
wallet show <name> | Print the address for a named wallet |
wallet list | List all locally stored wallet names |
wallet balance <name> -n <network> | Query the on-chain balance of a named wallet on the given network |