Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 615 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 615 Bytes

Cargo OpenVM CLI

The cargo openvm CLI is useful for various tasks related to OpenVM, such as compiling programs, benching proofs of programs, and more.

Development

To run the CLI locally, you can use the following command:

cargo run --bin cargo-openvm -- --help

Installing the CLI locally from source

You can install the CLI locally from source by running the following command:

cd cli
cargo install --force --locked --path .

Running the CLI after installing

After installing the CLI, you can run it by simply running the following command:

cargo openvm