Go to file
2025-08-01 16:13:36 +05:30
docs Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00
stack Update readme 2025-08-01 16:13:36 +05:30
.dockerignore Add Dockerfile 2025-08-01 16:13:36 +05:30
.env.example Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00
.gitignore Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00
cache_policy.py Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00
cache.py Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00
Dockerfile Add Dockerfile 2025-08-01 16:13:36 +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 Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00
main.py Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00
normalizer.py Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00
providers.py Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00
pyproject.toml Add Dockerfile 2025-08-01 16:13:36 +05:30
README.md Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00
router.py Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00
test_e2e.py This is a bunch of untested AI slop, first pass. 2025-07-15 22:10:06 -04:00
ws_proxy.py Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00

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