Go to file
2025-07-28 19:55:43 +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 Added .gitignore 2025-07-15 21:48:33 -04:00
cache.py This is a bunch of untested AI slop, first pass. 2025-07-15 22:10:06 -04:00
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 Add flag to disable caching responses 2025-07-28 17:11:17 +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 Add steps to setup and start proxy 2025-07-28 18:01:18 +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 Remove ping responses 2025-07-28 19:55:43 +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