0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
29 stars 25 forks source link

CLI: I want to use only 7 chars from the AccountID as well #268

Closed Dominik1999 closed 2 months ago

Dominik1999 commented 3 months ago

Feature description

In the CLI, I want to be able to use only 7 chars for the account.

Currently, I get

dschmid@Polygon-DWYQXJC2JG ~ % miden-client account show -v 0x935ca96
Input number was not a valid Account Id

But this

dschmid@Polygon-DWYQXJC2JG ~ % miden-client account show -v 0x935ca96484fe610b

works.

Why is this feature needed?

I want to use the CLI easier.

Might be related to #233

mFragaBA commented 2 months ago

closing as the PR got merged