> For the complete documentation index, see [llms.txt](https://docs.rome.builders/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rome.builders/de/readme.md).

# Erste Schritte

Rome Protocol ist eine EVM-Ausführungsumgebung, die nativ innerhalb der Solana-Runtime läuft. Stellen Sie Solidity-Smart-Contracts auf Solana bereit mit atomarem CPI-Zugriff auf Solana-Programme und Liquidität.

## Was Rome auszeichnet

* **Einzelner Zustand** — EVM-Smart-Contracts und Solana-Programme teilen sich denselben Zustand. Kein Bridging, keine Synchronisierungsverzögerungen.
* **CPI-Zugriff** — Solidity-Smart-Contracts rufen jedes Solana-Programm direkt auf, von SPL Token bis Meteora.
* **Standard-Tools** — Deployen Sie mit Hardhat oder Foundry. Interagieren Sie mit MetaMask. Schreiben Sie Solidity.
* **App-Souveränität** — Jede App erhält ihre eigene EVM-Chain mit benutzerdefiniertem Gas-Token und Gebühreneinnahmen.

## Für Entwickler

* [Was ist Rome?](/de/erste-schritte/what-is-rome.md) — Wie die EVM-Ausführung auf Solana funktioniert
* [Schnellstart](/de/erste-schritte/quickstart.md) — Deployen Sie Ihren ersten Smart Contract in unter 5 Minuten
* [Solidity deployen](/de/entwicklerleitfaden/deploy-solidity.md) — Deployment-Anleitungen für Hardhat und Foundry
* [Solana aus der EVM aufrufen](/de/entwicklerleitfaden/call-solana-from-evm.md) — CPI von Solidity zu Solana-Programmen
* [Rome SDK](/de/produkte/rome-sdk.md) — Für Rome in Solidity und Rust entwickeln

## Apps auf Rome

Rome ist Live-Software. Sehen Sie, was heute läuft — DEX, Lending, Bridge, Explorer und mehr — in [Apps auf Rome](/de/apps-auf-rome/apps.md).

## Produkte

* [App-Souveränität](/de/produkte/app-sovereignty.md) — Starten Sie Ihre eigene EVM-Chain auf Solana
* [Oracle Gateway](/de/produkte/oracle-gateway.md) — Pyth/Switchboard als Chainlink AggregatorV3Interface
* [Rome SDK](/de/produkte/rome-sdk.md) — Für Rome in Solidity und Rust entwickeln

## Grundkonzepte

* [Architektur](/de/erste-schritte/architecture.md) — Systemübersicht und Komponentendiagramm
* [Ausführungsmodell](/de/kernkonzepte/execution-model.md) — Atomare vs. iterative Ausführung
* [Token-Interoperabilität](/de/kernkonzepte/token-interop.md) — Wie ERC-20- und SPL-Token zusammenarbeiten
* [Einschränkungen](/de/kernkonzepte/constraints.md) — Wichtige Limits und Grenzen

## Referenz

* [Contract Addresses](/de/referenz/contract-addresses.md) — Bereitgestellte Adressen pro Chain
* [Glossar](/de/ressourcen/glossary.md) — Rome-spezifische Terminologie
* [FAQ](/de/ressourcen/faq.md) — Häufige Fragen beantwortet

## Netzwerke

Entwickeln für **Martius** (Testnet) oder **Hadrian** (Devnet). Vollständige Details, Wallet-Einrichtung und Finanzierung finden Sie auf der [Netzwerke](/de/netzwerke/networks.md) Seite.

| Netzwerk                                       | Chain-ID | RPC-URL                                     |
| ---------------------------------------------- | -------- | ------------------------------------------- |
| [Martius](/de/netzwerke/martius.md) (Testnetz) | 121214   | `https://martius.testnet.romeprotocol.xyz/` |
| [Hadrian](/de/netzwerke/hadrian.md) (Devnet)   | 200010   | `https://hadrian.testnet.romeprotocol.xyz/` |
| Lokal                                          | 1001     | `http://localhost:9090`                     |

## Brauchen Sie Hilfe?

* [Discord](https://discord.gg/vZ9rnCdNSB) — Entwickler-Community und Support
* [Telegram](https://t.me/+tdnr-M6kcngxYzhk) — Updates und Ankündigungen
* [GitHub](https://github.com/rome-protocol) — Quellcode und Issues


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.rome.builders/de/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
