Go to file
shreerang 75eaba600a Handle CORS and selectively cache responses for appropriate methods (#1)
Part of https://www.notion.so/Laconic-Mainnet-Plan-1eca6b22d47280569cd0d1e6d711d949

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Reviewed-on: #1
Co-authored-by: shreerang <shreerang@noreply.git.vdb.to>
Co-committed-by: shreerang <shreerang@noreply.git.vdb.to>
2025-08-01 10:37:06 +00:00
docs Handle CORS and selectively cache responses for appropriate methods (#1) 2025-08-01 10:37:06 +00:00
.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
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 This is a bunch of untested AI slop, first pass. 2025-07-15 22:10:06 -04:00
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