From a1b6bae21ab524f8d22e376a614e48d6a9ee0b94 Mon Sep 17 00:00:00 2001 From: jcstein Date: Mon, 15 Dec 2025 13:44:29 -0700 Subject: [PATCH 1/2] docs: remove python client last updated 22 months ago --- app/build/rpc/clients/page.mdx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app/build/rpc/clients/page.mdx b/app/build/rpc/clients/page.mdx index 54b33bce5cd..fab95ad1d5a 100644 --- a/app/build/rpc/clients/page.mdx +++ b/app/build/rpc/clients/page.mdx @@ -2,14 +2,14 @@ Celestia Node API can be accessed through various client libraries in different programming languages. -## Official Clients +## Official clients ### Golang Client Official Go implementation of the Celestia Node RPC client and Transaction Client - **Repository**: [celestiaorg/celestia-node @ /api/client](https://github.com/celestiaorg/celestia-node/tree/main/api/client) - **Tutorial**: [Go Client Tutorial](/build/post-retrieve-blob/client/go/) - Learn how to submit and retrieve blobs without running your own node -## Community Clients +## Community clients ### Rust Client @@ -17,11 +17,6 @@ Official Go implementation of the Celestia Node RPC client and Transaction Clien - **Repository**: [eigerco/celestia-node-rs](https://github.com/eigerco/celestia-node-rs) - **Tutorial**: [Rust Client Tutorial](/build/post-retrieve-blob/client/rust/) - Submit and retrieve blobs using the Lumina Rust client -### Python Client - -Community-maintained Python client for the Celestia Node RPC API -- **Repository**: [grumpyp/celestia-node-client-py](https://github.com/grumpyp/celestia-node-client-py) - ### TypeScript Client Community-maintained TypeScript/JavaScript client for the Celestia Node RPC API From 15ffe5a6c5ce93176cd6c0fe8d20866786e3af42 Mon Sep 17 00:00:00 2001 From: jcstein Date: Mon, 15 Dec 2025 13:45:14 -0700 Subject: [PATCH 2/2] docs: remove typescript client last maintained 17 months ago --- app/build/rpc/clients/page.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/build/rpc/clients/page.mdx b/app/build/rpc/clients/page.mdx index fab95ad1d5a..72c8d7687bd 100644 --- a/app/build/rpc/clients/page.mdx +++ b/app/build/rpc/clients/page.mdx @@ -17,11 +17,6 @@ Official Go implementation of the Celestia Node RPC client and Transaction Clien - **Repository**: [eigerco/celestia-node-rs](https://github.com/eigerco/celestia-node-rs) - **Tutorial**: [Rust Client Tutorial](/build/post-retrieve-blob/client/rust/) - Submit and retrieve blobs using the Lumina Rust client -### TypeScript Client - -Community-maintained TypeScript/JavaScript client for the Celestia Node RPC API -- **Repository**: [ashishbhintade/cntsc](https://github.com/ashishbhintade/cntsc) - ## Getting Started Each client library provides methods to interact with the Celestia Node RPC API. Choose the language that best fits your project requirements.