0xPolygonMiden / miden-client

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

`init` CLI Command #240

Closed mFragaBA closed 3 months ago

mFragaBA commented 4 months ago

What should be done?

Add an init command to the cli that creates the necessary files to run the client (currently the miden-client.toml configuration file).

How should it be done?

When is this task done?

The task is done when you can run miden-client init and run commands on those particular client settings (test it from outside of the miden-client repo)

Additional context

No response

igamigo commented 4 months ago

Reference: https://github.com/0xPolygonMiden/miden-base/pull/531#discussion_r1538038839 Main motivation is to keep the client more self-contained and easier to start in terms of config when installing from crates.io.

mFragaBA commented 3 months ago

closing as #242 got merged, idk why this didn't close automatically