2024-09-05 19:45:22 +00:00
|
|
|
# network-cli
|
|
|
|
|
|
|
|
Command line interface (CLI) for accessing the Nexus Network. Highest-performance option for proving.
|
|
|
|
|
|
|
|
## Quick start
|
|
|
|
|
|
|
|
```
|
2024-10-09 00:47:55 +00:00
|
|
|
curl https://cli.nexus.xyz/install.sh | sh
|
2024-09-05 19:45:22 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
If you do not already have Rust, you will be prompted to install it.
|
|
|
|
|
2024-10-03 22:31:23 +00:00
|
|
|
## Terms of Use
|
|
|
|
|
|
|
|
Use of the CLI is subject to the [Terms of Use](https://nexus.xyz/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),
|
2024-10-09 00:47:55 +00:00
|
|
|
add `NONINTERACTIVE=1` before `sh`.
|
2024-10-03 22:31:23 +00:00
|
|
|
|
2024-09-05 19:45:22 +00:00
|
|
|
## Known issues
|
|
|
|
|
|
|
|
Currently only proving is supported. Submitting programs to the network is in private beta.
|
|
|
|
To request an API key, [contact us](https://forms.gle/183D9bcDHUdbxCV5A).
|