Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions docs/rpc/soroban/README.md

This file was deleted.

26 changes: 26 additions & 0 deletions docs/rpc/stellar/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
description: Stellar RPC
---

# Stellar RPC

Gateway.fm operates fully managed Stellar RPC endpoints across both mainnet and testnet networks.
Additionally, the mainnet endpoint provides complete historical ledger access.

Use the official Stellar RPC documentation for protocol details:
https://developers.stellar.org/docs/data/apis/rpc

For the method reference, see:
https://developers.stellar.org/docs/data/apis/rpc/api-reference/methods

## Endpoints

- Mainnet: https://rpc.mainnet.stellar.gateway.fm
- Testnet: https://rpc.testnet.stellar.gateway.fm

## Access

Create and manage API keys via the Gateway.fm admin portal:
https://admin.gateway.fm

Authenticated requests with an API key enjoy double the default rate limits!
8 changes: 4 additions & 4 deletions src/components/RpcHomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ const FeatureList: FeatureItem[] = [
linkText: "Gnosis",
},
{
title: "Soroban",
description: <>Soroban RPC provides tools for engaging with the Soroban blockchain platform.</>,
link: "/rpc/soroban",
linkText: "Soroban",
title: "Stellar",
description: <>Stellar RPC provides tools for engaging with the Stellar blockchain platform.</>,
link: "/rpc/stellar",
linkText: "Stellar",
},
];

Expand Down
Loading