f52093c5b1d651928f665ee91bea3eebaf3130b1
Solana Proxy
Setup
-
Copy
.env.exampleto.env:cp .env.example .env -
The proxy will work without making any changes to the
.envfile but you can optionally set the API keys for different providers
Run
-
Start the proxy:
python3 main.py -
This will start the proxy with,
- RPC endpoint at: http://0.0.0.0:8545
- WS endpoint at: ws://0.0.0.0:8545/ws
Languages
Python
99%
Shell
0.6%
Dockerfile
0.4%