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 new file mode 100644 index 00000000..4bf267ce --- /dev/null +++ b/docs/reference/rpc-list.mdx @@ -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` | 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/).