Installation
Prerequisites
Docker
Quick Installation
Download the starter config:
curl -o custom-config.json https://raw.githubusercontent.com/zachalam/x402proxy/refs/heads/main/custom-config.jsonRun the container:
docker run -p 8080:8080 \ -v $(pwd)/custom-config.json:/app/config.json:ro \ ghcr.io/zachalam/x402proxy:latestVerify it's running:
curl http://localhost:8080/health
Next Steps
Configure your endpoints in the Configuration section
Check out Usage Examples for common scenarios
Review Docker Deployment for production setups
Last updated