Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Create rpc-list.mdx
Browse files Browse the repository at this point in the history
Adding draft directory page
  • Loading branch information
jcx120 authored Oct 10, 2023
1 parent f60f340 commit d693c7c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/reference/rpc-list.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
There are multiple RPC providers available with free to higher throughput tiers to enable you to interact with Soroban.
Multiple providers can be used for testing, production and scaling with redundancy and load balancing.

| Provider | Signup / Access | Network |
| :------------------------------------------------------- | ---------------------------------------------------- | --------- |
| [Blockdaemon](https://www.blockdaemon.com) | [Access](https://www.blockdaemon.com/apply/soroban) | `Testnet`,`Pubnet` |
| [Validation Cloud](https://validationcloud.io/) | [Access](`https://app.validationcloud.io/`) | `Testnet`,`Pubnet` |
| [QuickNode](https://www.quicknode.com/chains/stellar) | [Access](`https://www.quicknode.com/chains/stellar`) | `Testnet`,`Pubnet` |
| [BlockEden](https://blockeden.xyz/stellar-soroban) | [Access](`https://blockeden.xyz/stellar-soroban`) | `Testnet`,`Pubnet` |
| [NowNodes](https://nownodes.io/nodes/stellar-xlm) | [Access](`https://nownodes.io/nodes/stellar-xlm`) | `Testnet`,`Pubnet` |

SDF (Futurenet and Testnet only)
| 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` |

<!-- Add when deployed
| [Gateway.fm](https://gateway.fm/public-rpc/) | [Access](`https://gateway.fm/public-rpc/`) | `Testnet`,`Pubnet` |
-->



0 comments on commit d693c7c

Please sign in to comment.