# Run a Local Blockchain & Block Producer

This guide helps developers get hands-on with the XYO Layer One Protocol by walking through how to launch a fully local blockchain environment — including a working block producer and connected test wallet. Whether you prefer working with React or Node.js, you’ll be directed to the version that suits your workflow. You’ll spin up a local node, simulate real transactions, and interact with the blockchain using test tokens, all without touching an external testnet or using real funds. This guide is ideal for anyone looking to explore smart contract logic, experiment with transactions, or better understand how XYO Layer One handles execution and validation behind the scenes.

<table data-view="cards"><thead><tr><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>Install the XL1 Wallet</td><td><a href="/files/kRJZy7j6ZPlf4F4QkVkZ">/files/kRJZy7j6ZPlf4F4QkVkZ</a></td><td><a href="/pages/odT4iQbFnspmvf0hFl96">/pages/odT4iQbFnspmvf0hFl96</a></td></tr><tr><td></td><td><a href="/files/xNvK3q5SM6JpXhMpNQl0">/files/xNvK3q5SM6JpXhMpNQl0</a></td><td><a href="/pages/iaJmCdBhIQXKGT98d9Kd">/pages/iaJmCdBhIQXKGT98d9Kd</a></td></tr><tr><td>Coming Soon!</td><td><a href="/files/hW9MPHjLGNdcyCjWhpQv">/files/hW9MPHjLGNdcyCjWhpQv</a></td><td></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.xyo.network/developers/how-to-request-xl1-testnet-tokens-1.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.
