encointer / encointer-node

encointer node and cli client
Apache License 2.0
22 stars 8 forks source link

[cli] clean up faucet cli #336

Closed brenzi closed 1 year ago

brenzi commented 1 year ago

The current state is working, but not convenient:

a sub-command named faucet and then drip,create,dissolve,close would be nicer. But we also need to disambiguate with the existing faucet command which requires no reputation.....so for now I can live with this wild jungle of commands. But:

with the upgrade of the api-client, this should all be easier now. (examples are not there yet, unfortunately: https://github.com/scs/substrate-api-client/issues/591)

brenzi commented 1 year ago

related: https://github.com/encointer/book/pull/14