dojo icon indicating copy to clipboard operation
dojo copied to clipboard

Add multi call support to `sozo execute` command

Open glihm opened this issue 1 year ago • 6 comments
trafficstars

Is your feature request related to a problem? Please describe. Currently with sozo execute, it's not possible to do a multi call.

Describe the solution you'd like Reworking the sozo execute command to actually allow multi call. For this, we should find the best UX possible. The variables to multi call are:

  1. The contract address that is targeted
  2. The entry point to call
  3. The call data

All other options are here to configure how the transaction is sent.

Additional context https://github.com/dojoengine/dojo/blob/37887c976ab2cbb78f0d10ae433b0c742d780464/bin/sozo/src/commands/execute.rs#L18

glihm avatar Sep 05 '24 19:09 glihm