network-api/clients/cli
2024-10-03 15:31:23 -07:00
..
src feat!: Update README with latest naming, prompting for acceptance of terms, noninteractive mode, replace keep_proving with just_once (#5) 2024-10-03 15:31:23 -07:00
.gitignore feat: Initial check-in of prover CLI (#2) 2024-09-05 12:45:22 -07:00
build.rs feat!: Update README with latest naming, prompting for acceptance of terms, noninteractive mode, replace keep_proving with just_once (#5) 2024-10-03 15:31:23 -07:00
Cargo.lock feat!: Update README with latest naming, prompting for acceptance of terms, noninteractive mode, replace keep_proving with just_once (#5) 2024-10-03 15:31:23 -07:00
Cargo.toml feat!: Update README with latest naming, prompting for acceptance of terms, noninteractive mode, replace keep_proving with just_once (#5) 2024-10-03 15:31:23 -07:00
README.md feat!: Update README with latest naming, prompting for acceptance of terms, noninteractive mode, replace keep_proving with just_once (#5) 2024-10-03 15:31:23 -07:00

network-cli

Command line interface (CLI) for accessing the Nexus Network. Highest-performance option for proving.

Quick start

curl https://network-cli.nexus.xyz/install.sh | sh

If you do not already have Rust, you will be prompted to install it.

Terms of Use

Use of the CLI is subject to the Terms of Use. The first time you run it, it prompts you to accept the terms. To accept the terms noninteractively (for example, in a continuous integration environment), add NONINTERACTIVE=1 at the start of the command.

Known issues

Currently only proving is supported. Submitting programs to the network is in private beta. To request an API key, contact us.