Need: Python 3.10 or above.
Please set the http://localhost:8080 as the solana RPC url.
All the RPC requests will be forwarded to "https://api.mainnet-beta.solana.com" by this forwarder.
Why we need this forwarder:
- This will fix the problem of solana RPC server rejection to user's browser (cross header error)
- The forwarder can re-try when solana RPC server limits the rate of request from clients.