# Getting Started

## What Should I Read?

* **For Developers Starting Out:**
  * [ ] Begin with the  [Quick Start](/developers/tutorials-and-guides/developer-guides/quick-start-hello-world.md) guide to walk through deploying a smart contract.
  * [ ] Proceed to set up your [wallet](/developers/wallet.md).
  * [ ] [Review the differences](/developers/differences-between-eclipse-and-solana.md) between Eclipse and Solana.
  * [ ] [Modify a Solana dApp](/developers/tutorials-and-guides/developer-guides/modifying-a-solana-dapp-to-support-eclipse-chomping-glass.md) to use Eclipse.
  * [ ] Explore the [**Eclipse Testnet**](/developers/tutorials-and-guides/developer-guides/quick-start-hello-world/testnet.md) by bridging using our [canonical bridge](/developers/bridges/eclipse-canonical-bridge.md).
  * [ ] Make sure to register any deployed programs into the [Eclipse Program Registry](/developers/eclipse-program-registry-guide.md).
  * [ ] Bridge to Eclipse mainnet using the [Eclipse Deposit CLI](/developers/bridges/eclipse-canonical-bridge.md) or the official mainnet bridge site:  <https://bridge.eclipse.xyz/>
* **For Those Interested in Eclipse's Architecture:**
  * [ ] Directly move to the sections detailing the **architecture of** [**Eclipse Mainnet**](/developers/eclipse-architecture/what-is-eclipse-mainnet.md) and the underlying design decisions.

## What If I Need More Help?

You can join our developer community on discord, check out more content on the Eclipse blog, provide feedback on our community boards, and check out our developer tutorial AMAs on YouTube.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Join the Eclipse Discord</strong></td><td>We have an active developer community on discord that can support you.</td><td></td><td><a href="/files/BNPZIjTxLtyau1M9ZOBr">/files/BNPZIjTxLtyau1M9ZOBr</a></td><td><a href="https://discord.gg/eclipse-fnd">https://discord.gg/eclipse-fnd</a></td></tr><tr><td><strong>Eclipse Blog</strong></td><td>Check out the Eclipse Blog for more technical articles &#x26; updates.</td><td></td><td><a href="/files/g63dkII5QA370LCLHhmd">/files/g63dkII5QA370LCLHhmd</a></td><td><a href="https://www.eclipse.xyz/blog">https://www.eclipse.xyz/blog</a></td></tr><tr><td><strong>Bug Bounty Program</strong></td><td>Review code, prevent hacks, and get paid!</td><td></td><td><a href="/files/tneaGgiQNpd469r4ndnc">/files/tneaGgiQNpd469r4ndnc</a></td><td><a href="https://immunefi.com/bug-bounty/eclipse/information/">https://immunefi.com/bug-bounty/eclipse/information/</a></td></tr><tr><td><strong>Eclipse Feedback Boards</strong></td><td>Find any issues or have feature suggestions? Check out our feedback site.</td><td></td><td><a href="/files/EZ2mM19ejRj10TAzKRMb">/files/EZ2mM19ejRj10TAzKRMb</a></td><td><a href="https://eclipse.upvoty.com/">https://eclipse.upvoty.com/</a></td></tr><tr><td><strong>Eclipse YouTube</strong></td><td>Check out our technical community AMAs if you need additional help as a developer.</td><td></td><td><a href="/files/dl2rKv2xenPurKzCRGzJ">/files/dl2rKv2xenPurKzCRGzJ</a></td><td><a href="https://www.youtube.com/@EclipseLaboratories">https://www.youtube.com/@EclipseLaboratories</a></td></tr></tbody></table>


---

# Agent Instructions: 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.eclipse.xyz/developers/getting-started.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.
