-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile
75 lines (61 loc) · 2.29 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.PHONY: thumbnail envelope blobshot delivery
thumbnail:
RUST_LOG="[executor]=info" RISC0_DEV_MODE=1 cargo run --bin thumbnail
thumbnail-proof:
cargo run --bin thumbnail
envelope:
RUST_LOG="[executor]=info" RISC0_DEV_MODE=1 cargo run --bin envelope
envelope-proof:
cargo run --bin envelope
blobshot:
RUST_LOG="[executor]=info" RISC0_DEV_MODE=1 cargo run --bin blobshot
blobshot-proof:
cargo run --bin blobshot
delivery:
RUST_LOG="[executor]=info" RISC0_DEV_MODE=1 cargo run --bin delivery
delivery-proof:
cargo run --bin delivery
aligned-topup:
aligned deposit-to-batcher \
--batcher_addr 0x815aeCA64a974297942D2Bbf034ABEe22a38A003 \
--rpc https://ethereum-holesky-rpc.publicnode.com \
--chain holesky \
--keystore_path ~/.aligned_keystore/keystore0 \
--amount 0.02ether
aligned-submit-thumbnail:
RUST_LOG=trace aligned submit \
--proving_system Risc0 \
--proof ./target/prod/thumbnail/receipt \
--vm_program ./target/prod/thumbnail/image_id \
--aligned_verification_data_path ~/.aligned/aligned_verification_data \
--keystore_path ~/.aligned_keystore/keystore0 \
--conn wss://batcher.alignedlayer.com
aligned-submit-envelope:
RUST_LOG=trace aligned submit \
--proving_system Risc0 \
--proof ./target/prod/envelope/receipt \
--vm_program ./target/prod/envelope/image_id \
--aligned_verification_data_path ~/.aligned/aligned_verification_data \
--keystore_path ~/.aligned_keystore/keystore0 \
--conn wss://batcher.alignedlayer.com
aligned-submit-delivery:
RUST_LOG=trace aligned submit \
--proving_system Risc0 \
--proof ./target/prod/delivery/receipt \
--vm_program ./target/prod/delivery/image_id \
--aligned_verification_data_path ~/.aligned/aligned_verification_data \
--keystore_path ~/.aligned_keystore/keystore0 \
--conn wss://batcher.alignedlayer.com
aligned-submit-blobshot:
RUST_LOG=trace aligned submit \
--proving_system Risc0 \
--proof ./target/prod/blobshot/receipt \
--vm_program ./target/prod/blobshot/image_id \
--aligned_verification_data_path ~/.aligned/aligned_verification_data \
--keystore_path ~/.aligned_keystore/keystore0 \
--conn wss://batcher.alignedlayer.com
aligned-balance:
aligned get-user-balance \
--batcher_addr 0x815aeCA64a974297942D2Bbf034ABEe22a38A003 \
--rpc https://ethereum-holesky-rpc.publicnode.com \
--user_addr