helium / helius-rpc-proxy

This repo hosts a one-click-deploy Cloudflare worker that proxies RPC requests to Helius.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPC Proxy for Helius

The RPC Proxy is handled by a Cloudflare Worker.

Within Cloudflare, the rpc-proxy-staging worker denotes the worker corresponding to the Solana Devnet environment. Deployments to the staging RPC Proxy occur directly via GitHub Actions when PRs are merged to Main and on successful completion of the test suite.

Similarly, the rpc-proxy worker denotes the worker corresponding to the Solana Mainnet environment. Deployments to the production RPC Proxy occur manually via the GitHub Actions control plane and can only be performed by those with requisite permissions and only after successful completion of the test suite.

About

This repo hosts a one-click-deploy Cloudflare worker that proxies RPC requests to Helius.

License:MIT License


Languages

Language:TypeScript 98.3%Language:JavaScript 1.7%