# Developers

Everything you need to build on Armchain. If you've built on Ethereum before, the smart contract side is virtually identical. The key difference is how transactions are signed.

| Guide                                      | Description                                                                                           |
| ------------------------------------------ | ----------------------------------------------------------------------------------------------------- |
| [Smart Contracts](/developers/overview.md) | Write, test, and deploy Solidity contracts (same as Ethereum)                                         |
| [Ethers SDK](/developers/overview-1.md)    | The Armchain JavaScript/TypeScript SDK, a drop-in replacement for ethers.js with post-quantum signing |
| [Wallets](/developers/overview-2.md)       | Connect your dApp to the Armchain Wallet, or build your own wallet with PQC support                   |


---

# 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.armchain.org/developers.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.
