andromedaprotocol / andromeda.js

Command line interface for interactions with Andromeda contracts.
1 stars 1 forks source link

Attaching funds to messages #61

Closed daniel-wehbe closed 1 year ago

daniel-wehbe commented 1 year ago

When we run ado execute, we need to attach the funds directly or the message will error in the end as no funds were provided (Fund attachment is not prompted). When using the CLI this turned out to be a bit inconvenient, so we suggest being prompted for fund attachments in messages that require so.

crnbarr93 commented 1 year ago

Added a prompt to attach funds after starting an execute message