dojo
dojo copied to clipboard
Add multi call support to `sozo execute` command
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:
- The contract address that is targeted
- The entry point to call
- 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