From d693c7c2e2cd239008a06f14b167934daffc4560 Mon Sep 17 00:00:00 2001 From: jcx120 <91218921+jcx120@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:35:56 -0700 Subject: [PATCH 01/10] Create rpc-list.mdx Adding draft directory page --- docs/reference/rpc-list.mdx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/reference/rpc-list.mdx diff --git a/docs/reference/rpc-list.mdx b/docs/reference/rpc-list.mdx new file mode 100644 index 00000000..f95e9647 --- /dev/null +++ b/docs/reference/rpc-list.mdx @@ -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` | + + + + + From 2201b0843b00863f9837b4561640dafde03c7e0e Mon Sep 17 00:00:00 2001 From: jcx120 <91218921+jcx120@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:56:01 -0700 Subject: [PATCH 02/10] Update rpc-list.mdx updated --- docs/reference/rpc-list.mdx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/reference/rpc-list.mdx b/docs/reference/rpc-list.mdx index f95e9647..239e8a0b 100644 --- a/docs/reference/rpc-list.mdx +++ b/docs/reference/rpc-list.mdx @@ -1,22 +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. +Multiple providers can be used for testing, production and scaling with redundancy and load balancing. Testnet is available (with Pubnet coming soon). -| 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` | +| 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) | + From af22320783563a2512f23cd1724b0b246745f1dd Mon Sep 17 00:00:00 2001 From: jcx120 <91218921+jcx120@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:07:28 -0700 Subject: [PATCH 03/10] Update rpc-list.mdx Updated section --- docs/reference/rpc-list.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/rpc-list.mdx b/docs/reference/rpc-list.mdx index 239e8a0b..d03960f6 100644 --- a/docs/reference/rpc-list.mdx +++ b/docs/reference/rpc-list.mdx @@ -1,5 +1,5 @@ -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. Testnet is available (with Pubnet coming soon). +Multiple providers are available with free to high throughput RPC endpoints can be used for development, testing and production. +Testnet is available (with Pubnet coming soon). | Provider | Signup / Access | | :------------------------------------------------------- | ---------------------------------------------------- | @@ -9,13 +9,13 @@ Multiple providers can be used for testing, production and scaling with redundan | [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) | - From 224499a7e6fc5327c35fbe417530ea20c42a695a Mon Sep 17 00:00:00 2001 From: jcx120 <91218921+jcx120@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:10:35 -0700 Subject: [PATCH 04/10] Update rpc-list.mdx Removed comments --- docs/reference/rpc-list.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/reference/rpc-list.mdx b/docs/reference/rpc-list.mdx index d03960f6..95c83419 100644 --- a/docs/reference/rpc-list.mdx +++ b/docs/reference/rpc-list.mdx @@ -10,15 +10,12 @@ Testnet is available (with Pubnet coming soon). | [NowNodes](https://nownodes.io/nodes/stellar-xlm) | [Access](https://nownodes.io/nodes/stellar-xlm) | ### 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` | - From 64e1c6a7726200b152ca6d5b2caf50ffef48cc47 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Tue, 10 Oct 2023 17:37:47 -0500 Subject: [PATCH 05/10] fix markdown formatting in rpc provider table --- docs/reference/rpc-list.mdx | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/docs/reference/rpc-list.mdx b/docs/reference/rpc-list.mdx index 95c83419..6da8b498 100644 --- a/docs/reference/rpc-list.mdx +++ b/docs/reference/rpc-list.mdx @@ -1,13 +1,13 @@ Multiple providers are available with free to high throughput RPC endpoints can be used for development, testing and production. -Testnet is available (with Pubnet coming soon). +Testnet is available (with Pubnet 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) | +| 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) @@ -15,7 +15,3 @@ Testnet is available (with Pubnet coming soon). | :---------------------------- | ------------------------------------- | ----------------------------------------- | ----------- | | [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` | - - - - From 3b66212398a94a00c4033fd3adacb92d9acd2584 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Tue, 10 Oct 2023 18:01:12 -0500 Subject: [PATCH 06/10] add front-matter to rpc-list document, and small wording nits --- docs/reference/freighter.mdx | 2 +- docs/reference/rpc-list.mdx | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/reference/freighter.mdx b/docs/reference/freighter.mdx index c52be722..63428573 100644 --- a/docs/reference/freighter.mdx +++ b/docs/reference/freighter.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 7 +sidebar_position: 8 title: Freighter Wallet description: Freighter is a browser extension that can sign Soroban transactions. --- diff --git a/docs/reference/rpc-list.mdx b/docs/reference/rpc-list.mdx index 6da8b498..3d7821ad 100644 --- a/docs/reference/rpc-list.mdx +++ b/docs/reference/rpc-list.mdx @@ -1,5 +1,11 @@ -Multiple providers are available with free to high throughput RPC endpoints can be used for development, testing and production. -Testnet is available (with Pubnet coming soon). +--- +title: RPC Providers +sidebar_position: 7 +--- + +Multiple providers are available with free to high throughput RPC endpoints. These provider endpoints can be used for development, testing, and production. + +Testnet is available (with Mainnet coming soon). | Provider | Signup / Access | | :---------------------------------------------------- | --------------------------------------------------- | From f286a02fe7be341915fa659d8b14871a5eb7d3c6 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Wed, 18 Oct 2023 09:51:23 -0500 Subject: [PATCH 07/10] Re-titling RPC -> RPC Usage --- docs/reference/rpc.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/rpc.mdx b/docs/reference/rpc.mdx index 308c5b9f..ba48838b 100644 --- a/docs/reference/rpc.mdx +++ b/docs/reference/rpc.mdx @@ -1,6 +1,6 @@ --- sidebar_position: 6 -title: RPC +title: RPC Usage --- The RPC service allows you to communicate directly with Soroban via a [JSON RPC interface](https://soroban.stellar.org/api/). From 13a657d09bdbccf1c60bf2571118455a6913cb8d Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Wed, 18 Oct 2023 09:51:41 -0500 Subject: [PATCH 08/10] Adjust some wording surrounding ecosystem RPC providers --- docs/reference/rpc-list.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/reference/rpc-list.mdx b/docs/reference/rpc-list.mdx index 3d7821ad..46b5cb3c 100644 --- a/docs/reference/rpc-list.mdx +++ b/docs/reference/rpc-list.mdx @@ -3,7 +3,11 @@ title: RPC Providers sidebar_position: 7 --- -Multiple providers are available with free to high throughput RPC endpoints. These provider endpoints can be used for development, testing, and production. +## 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). Testnet is available (with Mainnet coming soon). From b40b2a84ea9f8d50a51f25c9410e1eb257d136c0 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Wed, 18 Oct 2023 09:52:16 -0500 Subject: [PATCH 09/10] add description about what services SDF provides --- docs/reference/rpc-list.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/reference/rpc-list.mdx b/docs/reference/rpc-list.mdx index 46b5cb3c..cc92c418 100644 --- a/docs/reference/rpc-list.mdx +++ b/docs/reference/rpc-list.mdx @@ -19,7 +19,11 @@ Testnet is available (with Mainnet coming soon). | [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 (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 | | :---------------------------- | ------------------------------------- | ----------------------------------------- | ----------- | From 1462da8c4ff272bdb808dfb7f1414b5e38c9c01f Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Wed, 18 Oct 2023 09:53:05 -0500 Subject: [PATCH 10/10] style: cleanup some markdown formatting and remove a redundant line --- docs/reference/rpc-list.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/reference/rpc-list.mdx b/docs/reference/rpc-list.mdx index cc92c418..4bf267ce 100644 --- a/docs/reference/rpc-list.mdx +++ b/docs/reference/rpc-list.mdx @@ -9,8 +9,6 @@ Multiple infrastructure providers have made Soroban RPC endpoint services availa Most of these providers allow access to the Testnet network (with Mainnet coming soon). -Testnet is available (with Mainnet coming soon). - | Provider | Signup / Access | | :---------------------------------------------------- | --------------------------------------------------- | | [Blockdaemon](https://www.blockdaemon.com) | [Access](https://www.blockdaemon.com/apply/soroban) |