Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nodies as part of RPC Providers #1110

Merged
merged 3 commits into from
Dec 11, 2024
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
2 changes: 2 additions & 0 deletions docs/data/rpc/rpc-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ These providers allow access to the Testnet network and Mainnet network.
| [Infstones](https://infstones.com/) | [Access](https://cloud.infstones.com/login) | Not available | Not Available | Available |
| [Obsrvr](https://www.withObsrvr.com/) | [Access](https://console.withobsrvr.com/) | Not available | Available | Available |
| [GetBlock](https://getblock.io/nodes/xlm/) | [Access](https://getblock.io/nodes/xlm/) | Not available | Not Available | Available |
| [Nodies](https://nodies.org) | [Access](https://nodies.org/) | Not available | Available | Available |

\*_Blockdaemon, Validation Cloud, and Quicknode combine Horizon and RPC in the same endpoint._

Expand All @@ -30,6 +31,7 @@ These providers allow access to the Testnet network and Mainnet network.
| [Liquify](https://www.liquify.io/) | `https://stellar-mainnet.liquify.com/api=41EEWAH79Y5OCGI7/mainnet` | `https://stellar.liquify.com/api=41EEWAH79Y5OCGI7/testnet` | `https://stellar.liquify.com/api=41EEWAH79Y5OCGI7/futurenet` |
| [Gateway](https://gateway.fm/) | `https://soroban-rpc.mainnet.stellar.gateway.fm` | `https://soroban-rpc.testnet.stellar.gateway.fm` | N/A |
| [sorobanrpc.com](https://sorobanrpc.com/) | `https://mainnet.sorobanrpc.com` | N/A | N/A |
| [Nodies](https://nodies.org) | `https://stellar-soroban-public.nodies.app` | `https://stellar-soroban-testnet-public.nodies.app` | N/A |

## SDF Provided RPC (Futurenet and Testnet only) {#sdf-provided-rpc}

Expand Down
Loading