There was an error while loading. Please reload this page.
1 parent 6baa72b commit fb5804eCopy full SHA for fb5804e
1 file changed
services/receipt-cli/src/index.ts
@@ -11,9 +11,14 @@ function usage(): never {
11
console.error(`
12
Usage:
13
receipt-cli export <roundId> Fetch receipt from RPC (uses env config)
14
- receipt-cli verify <receipt.json> Verify a local receipt file
+ receipt-cli verify <receipt.json> [--json] [--verify-artifact-checksum <artifact-file>]
15
receipt-cli redact <receipt.json> [out] Redact sensitive fields for public demo
16
17
+Options for "verify":
18
+ --json Print machine-readable verification output
19
+ --verify-artifact-checksum <artifact-file>
20
+ Verify the checksum of the required artifact file
21
+
22
Environment for "export":
23
RPC_URL Soroban RPC endpoint (default: https://soroban-testnet.stellar.org)
24
NETWORK_PASSPHRASE Network passphrase (default: Test SDF Network ; September 2015)
0 commit comments