> For the complete documentation index, see [llms.txt](https://docs.hashsphere.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hashsphere.com/development/application-development-on-hashsphere.md).

# Application Development on HashSphere

This section highlights the key similarities and differences developers should consider when building applications for a private HashSphere environment versus the public Hedera mainnet.

While HashSpheres run the same core technology stack as the Hedera mainnet and testnet, the private, permissioned nature of a HashSphere introduces unique environmental and operational considerations. However, the fundamental development patterns and core APIs remain consistent.

***

### Core API Consistency

Your core developer experience remains largely unchanged. The primary Hedera APIs function the same way on HashSphere as they do on the public networks. You can and should continue to use the main [Hedera documentation](https://docs.hedera.com/) as your primary reference.

Key services that remain consistent include:

* **HAPI**: The core ledger APIs for the Hedera Consensus, Token, File, and Crypto Services.
* **Hedera Smart Contract Service (HSCS)**: The APIs for deploying and interacting with EVM-compatible smart contracts.
* **Mirror Node**: The REST APIs for querying historical data and the gRPC subscriptions for receiving real-time event streams.

***

### Guides

* [**Development Environments**](/development/application-development-on-hashsphere/development-environment.md)
  * Choose a development environment for fast iteration and testing.
* [**SDK Client Configuration**](/development/application-development-on-hashsphere/sdk-client-configuration.md)
  * Configure an SDK client to connect to a private HashSphere network.
* [**Application Design Considerations**](/development/application-development-on-hashsphere/application-design-considerations.md)
  * Understand the primary design differences between public and private networks.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hashsphere.com/development/application-development-on-hashsphere.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
