No description
This repository has been archived on 2026-05-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 97.5%
  • TypeScript 1.5%
  • HTML 0.8%
  • EJS 0.1%
Find a file
Lumorian 77216917d3 feat: add x402 payment support for premium API endpoints
Add x402 protocol integration to enable crypto payments for premium analytics endpoints:
- /api/premium/analytics - detailed model breakdown with hourly stats
- /api/premium/export - CSV/JSON data export

Payment configuration via environment variables:
- PAY_TO_ADDRESS: receiving wallet address
- FACILITATOR_URL: payment facilitator (default: https://x402.org/facilitator)
- PREMIUM_ENDPOINT_PRICE: price per request (default: /bin/bash.01)

x402 enables machine-to-machine micropayments with ~/bin/bash.0016 transaction costs on Base network.
2026-05-15 18:47:51 +08:00
app.bak v1.0 2026-04-13 21:57:25 +08:00
backup v1.0 2026-04-13 21:57:25 +08:00
components.bak v1.0 2026-04-13 21:57:25 +08:00
dist refactor: restructure dashboard with new components and project breakdown 2026-05-15 03:00:01 +08:00
hooks.bak v1.0 2026-04-13 21:57:25 +08:00
lib.bak v1.0 2026-04-13 21:57:25 +08:00
node_modules.bak v1.0 2026-04-13 21:57:25 +08:00
src refactor: restructure dashboard with new components and project breakdown 2026-05-15 03:00:01 +08:00
.codex test 2026-04-24 02:31:04 +08:00
.gitignore test 2026-04-24 02:31:04 +08:00
components.json v1.0 2026-04-13 21:57:25 +08:00
index.html v1.0 2026-04-13 21:57:25 +08:00
next-env.d.ts.bak v1.0 2026-04-13 21:57:25 +08:00
next.config.js.bak v1.0 2026-04-13 21:57:25 +08:00
OPTIMIZATION.md v1.0 2026-04-13 21:57:25 +08:00
package-lock.json feat: add x402 payment support for premium API endpoints 2026-05-15 18:47:51 +08:00
package-lock.json.bak v1.0 2026-04-13 21:57:25 +08:00
package.json feat: add x402 payment support for premium API endpoints 2026-05-15 18:47:51 +08:00
postcss.config.js v1.0 2026-04-13 21:57:25 +08:00
README_VITE.md v1.0 2026-04-13 21:57:25 +08:00
server.ts feat: add x402 payment support for premium API endpoints 2026-05-15 18:47:51 +08:00
tailwind.config.ts refactor: restructure dashboard with new components and project breakdown 2026-05-15 03:00:01 +08:00
tsconfig.json refactor: restructure dashboard with new components and project breakdown 2026-05-15 03:00:01 +08:00
tsconfig.tsbuildinfo v1.0 2026-04-13 21:57:25 +08:00
vite.config.ts fix: suppress tsx deprecation warning and Vite proxy EPIPE errors 2026-05-14 01:08:08 +08:00