chore: sync all changes to Gitea
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled

- Config, docs, scripts, and backup manifests
- Submodule refs unchanged (m = modified content in submodules)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 11:37:34 -08:00
parent ed85135249
commit b3a8fe4496
883 changed files with 73580 additions and 4796 deletions

16
x402-api/.env.example Normal file
View File

@@ -0,0 +1,16 @@
# thirdweb (required for x402)
# Get secret key: https://thirdweb.com → Dashboard → Settings → API Keys
THIRDWEB_SECRET_KEY=your-thirdweb-secret-key
# Server wallet that receives payments (must be a valid address)
SERVER_WALLET_ADDRESS=0x0000000000000000000000000000000000000000
# Optional: use Chain 138 for payments (default: false = use Arbitrum Sepolia + USDC for testing)
# Set to true only after a Chain 138 token supports ERC-2612/ERC-3009. See docs/04-configuration/CHAIN138_X402_TOKEN_SUPPORT.md
X402_USE_CHAIN_138=false
# Optional: Chain 138 RPC when X402_USE_CHAIN_138=true
RPC_URL_138=https://rpc-http-pub.d-bis.org
# Optional: server port (default 4020)
PORT=4020