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

Commit

Permalink
Update rpc.mdx (#607)
Browse files Browse the repository at this point in the history
* Update rpc.mdx

Moving the RPC list to separate new page

* small wording changes and a document link in RPC providers section

---------

Co-authored-by: Elliot Voris <[email protected]>
  • Loading branch information
jcx120 and ElliotFriend authored Oct 18, 2023
1 parent dae3968 commit 3c09c7c
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions docs/reference/rpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,27 +168,7 @@ Now you can replace `--network standalone` with `--network futurenet` (or whatev

## Public RPC Providers

These providers host a publicly available RPC endpoint that you can connect to. The following currently support Futurenet and Testnet (with more to come).

### Stellar Development Foundation (SDF)

| 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` |

### Blockdaemon

| Provider | Endpoint | Friendbot |
| :------------------------------------------------------- | ---------------------------------------------------- | --------- |
| [Blockdaemon](https://www.blockdaemon.com/apply/soroban) | [Sign Up](https://www.blockdaemon.com/apply/soroban) | N/A |

You can signup to join the waitlist for Blockdaemon's RPC endpoint on Mainnet.

Blockdaemon offers access to an institutional-grade RPC endpoint that will support Soroban's Mainnet. As one of the largest independent blockchain infrastructure providers, Blockdaemon provides institutional-grade
SLAs, 99.9% uptime, 24/7 support, and decentralized data centers with SOC2-compliance.

You can apply to receive a 1-month free “Starter” tier, and up to five months at the reduced price.
RPC providers are available with hosted instances for all stages of development and production. The [Provider Directory](rpc-list.mdx) contains links to currently available infrastructure providers.

## Deploy your own RPC instance

Expand Down

0 comments on commit 3c09c7c

Please sign in to comment.