diff --git a/app/build/rpc/clients/page.mdx b/app/build/rpc/clients/page.mdx index 54b33bce5cd..72c8d7687bd 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,16 +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 -- **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.