Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,21 @@
"jsqr",
"keccak",
"merkle",
"Oprf",
"OPRF",
"oprf",
"personhood",
"precache",
"precaching",
"precheck",
"qrcode",
"rngs",
"rustls",
"Sempahore",
"serde",
"snarkjs",
"srcset",
"trixie",
"typecheck",
"usehooks",
"viem",
Expand All @@ -36,7 +43,11 @@
"worldcoin",
"worldid",
"zkey",
"zkeys",
"zustand",
"zxing"
],
"ignorePaths": [
"sidecar/target/**"
]
}
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ POLYGON_ORB_SEQUENCER_STAGING_PASSWORD=<POLYGON_ORB_SEQUENCER_STAGING_PASSWORD>
POLYGON_PHONE_SEQUENCER_STAGING_PASSWORD=<POLYGON_PHONE_SEQUENCER_STAGING_PASSWORD>
POLYGON_SECURE_DOCUMENT_SEQUENCER_STAGING_PASSWORD=<POLYGON_SECURE_DOCUMENT_SEQUENCER_STAGING_PASSWORD>
POLYGON_DOCUMENT_SEQUENCER_STAGING_PASSWORD=<POLYGON_DOCUMENT_SEQUENCER_STAGING_PASSWORD>
SIDECAR_URL=http://localhost:3001
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ public/sw.js*
public/workbox*.js*
.eslintcache
notes.txt
yarn.lock
yarn.lock

# sidecar
sidecar/target/
sidecar/identities.json
3 changes: 3 additions & 0 deletions sidecar/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
target/
identities.json
identities.example.json
Loading
Loading