# Local Deployment Guideline

Developers can use common local blockchain tools (Polkadot Frontier / Ganache) to launch a test blockchain and deploy subnet contracts on it. Additionally, Developers can run multiple 2PM node containers to test the subnet operating environment. This setup allows for thorough testing and development of the 2PM network infrastructure in a controlled local environment, ensuring all components work seamlessly before deploying the subnet to a live network.

### Tutorial

**Coming Soon**


---

# 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.2pm.network/deployed-smart-contracts/local-deployment-guideline.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.
