Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Interact with the [Solana](https://solana.com/) blockchain from the [Internet Co
* [From within a Rust canister](#from-within-a-rust-canister)
* [Limitations](#limitations)
* [Supported Methods](#supported-methods)
* [Supported Solana JSON-RPC Providers](#supported-solana-json-rpc-providers)
* [Reproducible build](#reproducible-build)
* [Related projects](#related-projects)
* [Contributing](#contributing)
Expand Down Expand Up @@ -141,6 +142,17 @@ The table below summarizes the supported endpoints and the necessary changes (if
| [`sendTransaction`](https://solana.com/de/docs/rpc/http/sendtransaction) | :white_check_mark: | |


## Supported Solana JSON-RPC Providers
Comment thread
gregorydemay marked this conversation as resolved.

| Provider | Solana Mainnet | Solana Devnet |
|---------------------------------------|--------------------|--------------------|
| [Alchemy](https://www.alchemy.com/) | :white_check_mark: | :white_check_mark: |
| [Ankr](https://www.ankr.com/) | :white_check_mark: | :white_check_mark: |
| [Chainstack](https://chainstack.com/) | :white_check_mark: | :white_check_mark: |
| [dRPC](https://drpc.org/) | :white_check_mark: | :white_check_mark: |
| [Helius](https://www.helius.dev/) | :white_check_mark: | :white_check_mark: |
| [PublicNode](https://publicnode.com/) | :white_check_mark: | :x: |

Comment thread
gregorydemay marked this conversation as resolved.
## Reproducible Build

The SOL RPC canister supports [reproducible builds](https://internetcomputer.org/docs/current/developer-docs/smart-contracts/test/reproducible-builds):
Expand Down