sapio-lang/sapio

[CLI] [Feature Request]: Allow for interactively supplying contract creation arguments

Opened this issue · 1 comments

  • Supplying json arguments via the CLI during contract creation can be onerous with all of the escaping.
  • Knowing what arguments are even valid is tough from just looking at the ABI doc
  • It seems it would be possible for the CLI to guide towards supplying valid arguments

Like as in CLI prompts?

Maybe a standalone tool can do this using JsonSchema api info, and then it can be piped back into contract create?