comments |
---|
true |
- Rust installation minimum version 1.82.
We currently recommend installing and running the client with the testing
and concurrent
features.
Run the following command to install the miden-client:
cargo install miden-cli --features concurrent,testing
This installs the miden
binary (at ~/.cargo/bin/miden
) with the testing
and concurrent
features.
The testing
feature speeds up account creation.
!!! warning "Install the testing
feature on node and client"
- When using the client CLI alongside a locally-running node, make sure to install/execute the node with the testing
feature.
- Some validations can fail if the flag does not match on both the client and the node.
The concurrent
flag enables optimizations that result in faster transaction execution and proving times.
-
Make sure you have already installed the client. If you don't have a
miden-client.toml
file in your directory, create one or runmiden init
to initialize one at the current working directory. You can do so without any arguments to use its defaults or define either the RPC config or the store config via--rpc
and--store-path
-
Run the client CLI using:
miden