This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create rpc-list.mdx Adding draft directory page * Update rpc-list.mdx updated * Update rpc-list.mdx Updated section * Update rpc-list.mdx Removed comments * fix markdown formatting in rpc provider table * add front-matter to rpc-list document, and small wording nits * Re-titling RPC -> RPC Usage * Adjust some wording surrounding ecosystem RPC providers * add description about what services SDF provides * style: cleanup some markdown formatting and remove a redundant line --------- Co-authored-by: Elliot Voris <[email protected]>
- Loading branch information
1 parent
7506f2b
commit dae3968
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: RPC Providers | ||
sidebar_position: 7 | ||
--- | ||
|
||
## 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. | ||
|
||
Most of these providers allow access to the Testnet network (with Mainnet coming soon). | ||
|
||
| Provider | Signup / Access | | ||
| :---------------------------------------------------- | --------------------------------------------------- | | ||
| [Blockdaemon](https://www.blockdaemon.com) | [Access](https://www.blockdaemon.com/apply/soroban) | | ||
| [Validation Cloud](https://validationcloud.io/) | [Access](https://app.validationcloud.io/) | | ||
| [QuickNode](https://www.quicknode.com/chains/stellar) | [Access](https://www.quicknode.com/chains/stellar) | | ||
| [BlockEden](https://blockeden.xyz/stellar-soroban) | [Access](https://blockeden.xyz/stellar-soroban) | | ||
| [NowNodes](https://nownodes.io/nodes/stellar-xlm) | [Access](https://nownodes.io/nodes/stellar-xlm) | | ||
|
||
## SDF (Futurenet and Testnet only) | ||
|
||
SDF has made available Soroban RPC endpoints with access to the Futurenet and Testnet networks. These services are free to use, and are suitable for development and testing. | ||
|
||
SDF will not be providing a publicly available RPC endpoint for Mainnet. Developers should select an ecosystem provider that works for their project before migrating to Mainnet. In some cases, projects may choose to [run their own RPC instance](rpc.mdx#run-your-own-instance). | ||
|
||
| Provider | Endpoint | Friendbot | Network | | ||
| :---------------------------- | ------------------------------------- | ----------------------------------------- | ----------- | | ||
| [SDF](http://www.stellar.org) | `https://rpc-futurenet.stellar.org` | `https://friendbot-futurenet.stellar.org` | `Futurenet` | | ||
| [SDF](http://www.stellar.org) | `https://soroban-testnet.stellar.org` | `https://friendbot.stellar.org` | `Testnet` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters