Go to file
2025-08-01 14:23:23 +05:30
docs first commit 2025-07-15 21:16:36 -04:00
.env.example Add steps to setup and start proxy 2025-07-28 18:01:18 +05:30
.gitignore Implement selective caching for RPC method responses 2025-08-01 14:23:23 +05:30
cache_policy.py Implement selective caching for RPC method responses 2025-08-01 14:23:23 +05:30
cache.py Implement selective caching for RPC method responses 2025-08-01 14:23:23 +05:30
errors.py This is a bunch of untested AI slop, first pass. 2025-07-15 22:10:06 -04:00
http_proxy.py Remove debug logs 2025-07-28 15:21:06 +05:30
main.py Implement selective caching for RPC method responses 2025-08-01 14:23:23 +05:30
normalizer.py Change back ws port to 8545 2025-07-28 16:51:34 +05:30
providers.py Update return type for route_request method 2025-07-28 15:47:04 +05:30
pyproject.toml This is a bunch of untested AI slop, first pass. 2025-07-15 22:10:06 -04:00
README.md Remove ping responses 2025-07-28 19:55:43 +05:30
router.py Implement selective caching for RPC method responses 2025-08-01 14:23:23 +05:30
test_e2e.py This is a bunch of untested AI slop, first pass. 2025-07-15 22:10:06 -04:00
ws_proxy.py Implement selective caching for RPC method responses 2025-08-01 14:23:23 +05:30

Solana Proxy

Setup

  • Copy .env.example to .env:

    cp .env.example .env
    
  • The proxy will work without making any changes to the .env file but you can optionally set the API keys for different providers

Run