Troubleshooting

Common Issues

  • Command not found: Ensure the package was installed globally with npm install -g smart-cache-cli.

  • Invalid contract address: Make sure the address is a valid Ethereum address (42 characters starting with 0x).

  • Configuration errors: Run smart-cache init to regenerate a valid smartcache.toml.

Getting Help

Use the built-in help system at any time:

smart-cache --help
smart-cache add --help
smart-cache init --help

Last updated