-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] adex-cli #1682
Comments
Good idea, |
Guys, @ca333, @borngraced, just to let you know. I have the following plan for the version 0.1.0. I would predefine four scenarios:
init-mm-cfgTo create a new or rewrite an existent mm configuration at first. It's important to note I would let QA engineer to fill configuration using questionnaire with predefined default values. Initialize mm2 configuration in the questionnaire mode
Usage: adex init-mm2-cfg [OPTIONS]
Options:
--cfg-file <CFG_FILE> file path to save mm2 configuration [default: MM2.json]
-h, --help Print help init-coinsTo set up on of predefined set: Initialize predefined mm2 coin set
Usage: adex init-coins --coin-set <COIN_SET>
Options:
--coin-set <COIN_SET> to select out of predefined sets [possible values: empty, rick-morty, full]
-h, --help Print help startStart stopStop That is it for the version |
sounds good - from a UX perspective we could probably even combine |
could use a
mm2-cli
with intuitive user interface, full adex functionality coverage and noob-proofmm2
initialisation / "process-manager". e.g../adex-cli start
(should do all the magic and only ask whats absolutely required & inform user ref storage location of encrypted seed-file, ...),./adex-cli getbalance KMD
,./adex-cli send RHJ9Ym1dJcS2uTj3jfmLkg43JcZMhQqpLi 3.33 KMD
,./adex-cli stop
, et ceteraRoadmap:
v0.3.0 TBA
The text was updated successfully, but these errors were encountered: