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

# Developer Guide

- [RPC](https://docs.deelance.com/getting-started/developer-guide/rpc.md)
- [DeeLance Testnet](https://docs.deelance.com/getting-started/developer-guide/deelance-testnet.md)
- [Deelance Explorers](https://docs.deelance.com/getting-started/developer-guide/deelance-explorers.md)
- [Deploy Smart Contract](https://docs.deelance.com/getting-started/developer-guide/deploy-smart-contract.md): Launch the DEE20 token on the Deelance Testnet utilizing cutting-edge technologies.
- [Using Remix IDE](https://docs.deelance.com/getting-started/developer-guide/deploy-smart-contract/using-remix-ide.md): Setting up and launching a DRC20 Token Smart Contract on the Deelance Testnet using Remix IDE.
- [Using Truffle](https://docs.deelance.com/getting-started/developer-guide/deploy-smart-contract/using-truffle.md): Setting up and launching anDRC20 Token Smart Contract on the Deelance Testnet using Truffle.
- [Using Hardhat](https://docs.deelance.com/getting-started/developer-guide/deploy-smart-contract/using-hardhat.md): Setting up and launching an DRC20 Token Smart Contract on the Deelance Testnet using Hardhat.


---

# 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.deelance.com/getting-started/developer-guide.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.
