Skip to content

Commit ef43236

Browse files
committed
add Boundless proving option
1 parent 0695b8c commit ef43236

File tree

7 files changed

+3347
-278
lines changed

7 files changed

+3347
-278
lines changed

.env.example

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
############# Boundless configuration #############
3+
4+
5+
RPC_URL="" # RPC For Base mainnet
6+
SIGNER="" # Private key for account on Base with funds in Boundless market
7+
8+
9+
############# Boundless storage configuration #############
10+
11+
PINATA_JWT="" # (easiest) JWT for Pinata account to upload proving inputs and ELF to be found by provers
12+
13+
# OR
14+
15+
# S3 or R2 configuration
16+
S3_ACCESS_KEY=""
17+
S3_SECRET_KEY=""
18+
S3_BUCKET=""
19+
S3_URL=""
20+
AWS_REGION=""

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
**/target/
44

5-
.claude
5+
.claude
6+
7+
.env

0 commit comments

Comments
 (0)