cairo-lang
cairo-lang copied to clipboard
Ability to get a trace for debugging when calling to invoke and other StarkNet CLI commands
I'm using starknet invoke
and it's failing with a very generic Error: KeyError: 'amount'
after directly following this tutorial.
I've tried to find documentation around errors on StarkNet CLI as well as going through the various repositories here but I'm unable to find the source of this problem.
There should be more detail given when debugging functions like this, whether through a specific debug flag like --debug
or --verbose