Skip to content

Commit 06de9a0

Browse files
authored
docs: add x402 kora demo (#227)
docs/add x402 kora demo PRO-353
1 parent 01f69c2 commit 06de9a0

File tree

19 files changed

+17242
-1
lines changed

19 files changed

+17242
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ generated/
1111
# SDK
1212
node_modules/
1313
dist/
14-
.env*
1514

1615
# Coverage reports
1716
coverage/

docs/x402/demo/.env.example

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# ==============================================================================
2+
# SERVER CONFIG
3+
# ==============================================================================
4+
FACILITATOR_URL=http://localhost:3000
5+
FACILITATOR_PORT=3000
6+
PROTECTED_API_URL=http://localhost:4021/protected
7+
API_PORT=4021
8+
KORA_RPC_URL=http://localhost:8080/
9+
NETWORK=solana-devnet
10+
11+
12+
# Should match kora/kora.toml
13+
KORA_API_KEY=kora_facilitator_api_key_example
14+
15+
# ==============================================================================
16+
# SIGNER KEYS
17+
# ==============================================================================
18+
19+
# These will be automatically generated by the `pnpm run setup` command
20+
21+
# KORA_SIGNER_ADDRESS=
22+
# KORA_SIGNER_PRIVATE_KEY=
23+
# PAYER_ADDRESS=
24+
# PAYER_PRIVATE_KEY=

0 commit comments

Comments
 (0)