Skip to content

Commit

Permalink
Add a note about rpc with websocket (stellar#350)
Browse files Browse the repository at this point in the history
* Add a note about rpc with websocket

* Add space

---------

Co-authored-by: Jane Wang <[email protected]>
  • Loading branch information
janewang and Jane Wang authored Mar 5, 2024
1 parent aae1682 commit c1bc60f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions network/soroban-rpc/rpc-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ These providers allow access to the Testnet and Mainnet networks.
| Provider | Access | Futurenet | Testnet | Mainnet |
| ------------------------------------------------------- | --------------------------------------------------- | ------------- | --------- | ----------- |
| [Blockdaemon](https://www.blockdaemon.com) | [Access](https://www.blockdaemon.com/apply/soroban) | Not available | Available | Available |
| [Validation Cloud](https://validationcloud.io/) | [Access](https://app.validationcloud.io/) | Not available | Available | Available |
| [QuickNode\*](https://www.quicknode.com/chains/stellar) | [Access](https://www.quicknode.com/chains/stellar) | Not available | Available | Available |
| [Validation Cloud\*](https://validationcloud.io/) | [Access](https://app.validationcloud.io/) | Not available | Available | Available |
| [QuickNode\**](https://www.quicknode.com/chains/stellar) | [Access](https://www.quicknode.com/chains/stellar) | Not available | Available | Available |
| [NowNodes](https://nownodes.io/nodes/stellar-xlm) | [Access](https://nownodes.io/nodes/stellar-xlm) | Available | Available | Coming soon |
| [Gateway](https://gateway.fm/) | [Access](https://gateway.fm/public-rpc/) | Not available | Available | Available |

\*_Please note that Quicknode combines Horizon and RPC in the same endpoint._
\*_Please note that Validation Cloud provides a websocket (wss) endpoint for
Testnet and Mainnet._

\**_Please note that Quicknode combines Horizon and RPC in the same endpoint._

## SDF Provided RPC (Futurenet and Testnet only)

Expand All @@ -33,4 +36,4 @@ SDF will not be providing a publicly available RPC endpoint for Mainnet. Develop
## Run Your Own RPC

If you are interested in running your own RPC, please checkout
[this page](./admin-guide.mdx).
[this page](./admin-guide.mdx).

0 comments on commit c1bc60f

Please sign in to comment.