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 a page for horizon community provider #375

Closed
wants to merge 12 commits into from
28 changes: 28 additions & 0 deletions network/horizon/horizon-providers.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
sidebar_position: 70
title: Ecosystem Horizon Providers
---

## Ecosystem Horizon Providers

Multiple infrastructure providers have made Horizon services available, and offer plans ranging from free to high throughput endpoints. These providers can be used for development, testing, and production.

These providers allow access to the Testnet and Mainnet networks.

| Provider | Access | Futurenet | Testnet | Mainnet |
| ---------------------------------------------------------------------------------- | --------------------------------------------------- | ------------- | --------- | ----------- |
| [Blockdaemon\*](https://docs.blockdaemon.com/reference/supported-stellar-methods) | [Access](https://www.blockdaemon.com/apply/soroban) | Not available | Available | Available |
| [QuickNode\*](https://www.quicknode.com/docs/stellar) | [Access](https://www.quicknode.com/chains/stellar) | Not available | Available | Available |
| [Ankr](https://www.ankr.com/rpc/stellar/) | [Access](https://www.ankr.com/rpc/stellar/) | Not available | Available | Available |


\*_Please note that both Blockdaemon and Quicknode combine Horizon and RPC in the same endpoint._

## SDF Provided Horizon (Futurenet and Testnet) {#sdf-provided-horizon}

SDF will not be providing a publicly available Horizon endpoints that are rate-limited and subjected to changes including truncation of history. Developers are encouraged to select an ecosystem provider. In some cases, projects may choose to run their own Horizon instance.
janewang marked this conversation as resolved.
Show resolved Hide resolved

| Network | Horizon Endpoint | Friendbot Endpoint | Provider |
| ----------- | ------------------------------------- | ----------------------------------------- | ----------------------------- |
| `Futurenet` | `https://horizon-futurenet.stellar.org` | `https://friendbot-futurenet.stellar.org` | [SDF](http://www.stellar.org) |
| `Testnet` | `https://horizon-testnet.stellar.org` | `https://friendbot.stellar.org` | [SDF](http://www.stellar.org) |
4 changes: 1 addition & 3 deletions network/soroban-rpc/rpc-providers.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
sidebar_position: 60
title: RPC Providers
title: Ecosystem RPC Providers
---

## Ecosystem Providers

Multiple infrastructure providers have made Soroban RPC endpoint services available, and offer plans ranging from free to high throughput endpoints. These providers can be used for development, testing, and production.

These providers allow access to the Testnet and Mainnet networks.
Expand Down
Loading