aztec/cli: minor suggestions #1294
Labels
T-question
Type: Someone is asking a questions about something
T-tracking
Type: Tracking Issue. This contains tasklists.
Just some minor suggestions, let me know your thoughts :)
azti
toaztec-cli
(typing "az" then tab will auto-complete the command line for users anyway, so brevity isn't necessary).call-fn
to something likesend-tx
. (I got confused, because many Ethereum clients use the word "call" to mean "this won't send a transaction to the network"). I'm happy to be persuaded otherwise on this one, though.create-private-key
togenerate-private-key
.create-account
: does this deploy an account contract? Maybe update the cli explanation to say so, if so. And if so, what kind of account contract?create-default-account
orcreate-_____-account
to make it clear that a particular kind of account contract is deployed.create-private-key
: could this display the public key as well?parse-parameter-struct
: I don't understand the description of what this one does.Tasks
create-private-key
and print the public key #1311call-fn
tosend
andview-fn
tocall
#1307get-account-public-key
#1308get-accounts
#1310azti
toaztec-cli
#1309The text was updated successfully, but these errors were encountered: