# DevNet

Arcology is fully compatible with the standard Ethereum RPC API, allowing you to use a standard Ethereum network as long as you adhere to native Solidity. However, internally, Arcology's design is quite different from Ethereum. Therefore, to <mark style="color:green;">fully leverage the power of parallel execution</mark>, it's still essential to start an Arcology DevNet.

This document provides the steps required to start an Arcology DevNet using a **Docker image.** Please ensure that Docker Engine is installed before proceeding.

{% hint style="info" %}
A complete Arcology setup includes an Arcology execution node with a decentralized bridge, and an Ethereum L1 for DA. However, for development purposes, starting the Arcology network alone is sufficient.
{% endhint %}

***

### Start the Network

Please check [this link](/network/getting-started/using-docker-image.md) out to start the network.

***

### Connectivity

Once the setup is complete, you need to [check the connectivity](https://doc.arcology.network/network/getting-started/verify-connection) to ensure the network is running properly.


---

# 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.arcology.network/network/networks/editor.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.
