-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
94 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
## zetina-delegator | ||
## zetina-delegator | ||
|
||
## `zetina-submit` | ||
|
||
Install: | ||
|
||
```sh | ||
cargo install -f --path crates/delegator/ | ||
``` | ||
|
||
Command: | ||
|
||
```console | ||
❯ zetina-submit --help | ||
A shared peer-to-peer network of Zero-Knowledge Provers | ||
|
||
Usage: zetina-submit <NETWORK> <PRIVATE_KEY> <ACCOUNT_ADDRESS> <RPC_URL> | ||
|
||
Arguments: | ||
<NETWORK> [possible values: mainnet, sepolia] | ||
<PRIVATE_KEY> | ||
<ACCOUNT_ADDRESS> | ||
<RPC_URL> | ||
|
||
Options: | ||
-h, --help Print help | ||
-V, --version Print version | ||
``` | ||
|
||
Example Usage: | ||
|
||
```console | ||
zetina-submit sepolia 07c7a41c77c7a3b19e7c77485854fc88b09ed7041361595920009f81236d55d2 cdd51fbc4e008f4ef807eaf26f5043521ef5931bbb1e04032a25bd845d286b https://starknet-sepolia.public.blastapi.io | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,35 @@ | ||
## zetina-executor | ||
## zetina-executor | ||
|
||
## `zetina-executor` | ||
|
||
Install: | ||
|
||
```sh | ||
cargo install -f --path crates/executor/ | ||
``` | ||
|
||
Command: | ||
|
||
```console | ||
❯ zetina-executor --help | ||
A shared peer-to-peer network of Zero-Knowledge Provers | ||
|
||
Usage: zetina-executor <NETWORK> <PRIVATE_KEY> <ACCOUNT_ADDRESS> <RPC_URL> <BOOTLOADER_PROGRAM_PATH> | ||
|
||
Arguments: | ||
<NETWORK> [possible values: mainnet, sepolia] | ||
<PRIVATE_KEY> | ||
<ACCOUNT_ADDRESS> | ||
<RPC_URL> | ||
<BOOTLOADER_PROGRAM_PATH> | ||
|
||
Options: | ||
-h, --help Print help | ||
-V, --version Print version | ||
``` | ||
|
||
Example Usage: | ||
|
||
```console | ||
zetina-executor sepolia 07c7a41c77c7a3b19e7c77485854fc88b09ed7041361595920009f81236d55d2 cdd51fbc4e008f4ef807eaf26f5043521ef5931bbb1e04032a25bd845d286b https://starknet-sepolia.public.blastapi.io ./target/bootloader.json | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters