Hi everyone
Itโs with great pleasure that I can announce that we released today the first version of the SOL RPC canister .
v0.1.0
- This is a pre-release, currently deployed on a staging canister (
titvo-eiaaa-aaaar-qaogq-cai
) on the fiduciary subnet (pzp6e
). The only difference with the upcoming production canister is that the staging canister is controlled by our team, while the production canister will be controlled by the NNS. In particular, the production canister will also be deployed on the fiduciary subnet, meaning that latency and cycles cost should remain the same. - It comes with examples and a Rust client library to hopefully make it as easy as possible to build right away
. Check out the repository for more details.
Supported Methods
A Solana RPC method is not supported? There is an endpoint (
jsonRequest
) to send any JSON-RPC request.
Supported Providers
- Alchemy (Mainnet and Devnet)
- Ankr (Mainnet and Devnet)
- dRPC (Mainnet and Devnet). Note that this provider does not offer archive nodes for Solana.
- Helius (Mainnet and Devnet)
- PublicNode (only Mainnet)
Looking ahead
Whatโs missing for the first production release? We would like to add support for a few more methods (as listed in the first post) and maybe a few more providers but the most important part is actually your feedback . We would be very grateful for community projects to be willing to try out that first pre-release and let us know what they think
.