Go to file
2025-08-01 12:01:20 +05:30
docs first commit 2025-07-15 21:16:36 -04:00
stack Make build file executable 2025-08-01 12:01:20 +05:30
.dockerignore Add Dockerfile 2025-08-01 10:57:08 +05:30
.env.example Add steps to setup and start proxy 2025-07-28 18:01:18 +05:30
.gitignore Update gitignore file 2025-08-01 10:27:58 +05:30
cache.py This is a bunch of untested AI slop, first pass. 2025-07-15 22:10:06 -04:00
Dockerfile Add Dockerfile 2025-08-01 10:57:08 +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 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 Add Dockerfile 2025-08-01 10:57:08 +05:30
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