Skip to content

Latest commit

 

History

History

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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