Skip to content

Commit

Permalink
feat: Initial check-in of prover CLI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
collinjackson authored Sep 5, 2024
1 parent 401d512 commit a49a35c
Show file tree
Hide file tree
Showing 12 changed files with 4,056 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# network-cli

This repository contains the Nexus Network CLI and the interface definition for the Orchestrator server API.

See the [CLI readme](./clients/cli/README.md) to get started.
7 changes: 7 additions & 0 deletions clients/cli/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk
Loading

0 comments on commit a49a35c

Please sign in to comment.