archethic-foundation / aeweb-cli

AEWeb CLI to deploy files on Archethic
GNU Affero General Public License v3.0
5 stars 11 forks source link

Displaying uco price and prompting user confirmation #50

Closed manujuniris closed 2 years ago

manujuniris commented 2 years ago

Description

This PR displays the transaction fee, rates (USD & EUR) and asks a user to confirm sending a transaction or not.

The following output was captured -

Screenshot from 2022-03-28 14-17-43

manujuniris commented 2 years ago

I think you can display the fee and rate in the confirmation .

For example: "The transaction would cost X UCO ( $Y). Do you confirm? "

Done

ghost commented 2 years ago

A comment regarding confirmation when we are deploying multiple files. You see the confirmation doesn't give much information about which file the transaction is about. Do you see a way to enhance it, to give more hint for fee and confirmation ?

manujuniris commented 2 years ago

A comment regarding confirmation when we are deploying multiple files. You see the confirmation doesn't give much information about which file the transaction is about. Do you see a way to enhance it, to give more hint for fee and confirmation ?

Fixed by displaying "File deployed successfully", after sending transaction successfully.