diff --git a/docs/rpc/soroban/README.md b/docs/rpc/soroban/README.md deleted file mode 100644 index 0733e1e..0000000 --- a/docs/rpc/soroban/README.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -description: SOROBAN RPC ---- - -# SOROBAN API - -Here you will find link to official [Soroban documentation](https://soroban.stellar.org/docs): - -Gateway.fm is providing public Soroban RPC: - -https://soroban-rpc.futurenet.stellar.gateway.fm - -https://soroban-rpc.testnet.stellar.gateway.fm \ No newline at end of file diff --git a/docs/rpc/stellar/README.md b/docs/rpc/stellar/README.md new file mode 100644 index 0000000..5ac2132 --- /dev/null +++ b/docs/rpc/stellar/README.md @@ -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! diff --git a/src/components/RpcHomepageFeatures/index.tsx b/src/components/RpcHomepageFeatures/index.tsx index a8258cb..51b1a8e 100644 --- a/src/components/RpcHomepageFeatures/index.tsx +++ b/src/components/RpcHomepageFeatures/index.tsx @@ -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", }, ];