Skip to content
Open
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
14 changes: 2 additions & 12 deletions app/build/rpc/clients/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,21 @@

Celestia Node API can be accessed through various client libraries in different programming languages.

## Official Clients
## Official clients
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change to sentence case introduces a stylistic inconsistency within this file. Other headings, such as ## Getting Started and the ### level headings, use Title Case. For consistency within this document, it would be better to keep this as ## 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Similar to the heading on line 5, changing this to sentence case makes it inconsistent with other headings in the file that use Title Case. To maintain a consistent style throughout this document, please revert this to ## Community Clients.

## Community Clients

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they should all be sentence


### Rust Client

Community-maintained Rust implementation of the Celestia Node RPC client
- **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.
Expand Down
Loading