# Set Up a Local Devnet

A local Cronos Devnet lets you run the chain on your machine for your testing and development.&#x20;

We provide two approaches - choose the setup that fits your use case:&#x20;

<table><thead><tr><th width="128.87841796875"></th><th width="293.791748046875">Single-Node Devnet</th><th>Multi-Validator Devnet</th></tr></thead><tbody><tr><td>Tooling</td><td>Bash script</td><td>Pystarport</td></tr><tr><td>Best for</td><td>EVM development, quick local testing</td><td>Consensus testing, multi-node scenarios</td></tr><tr><td>Guide</td><td><a href="set-up-a-local-devnet/single-node-devnet">Set up Single-Node Devnet</a></td><td><a href="set-up-a-local-devnet/multi-validator-devnet">Set up Multi-validator Devnet</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.cronos.org/for-node-hosts/running-nodes/set-up-a-local-devnet.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.
