# Erste Schritte

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

## Was Rome anders macht

* **Einzelner Zustand** — EVM-Contracts und Solana-Programme teilen denselben Zustand. Kein Bridging, keine Synchronisationsverzögerungen.
* **CPI-Zugriff** — Solidity-Contracts rufen Jupiter, Kamino, Drift, Meteora und jedes Solana-Programm direkt auf.
* **Standard-Tooling** — Bereitstellung mit Hardhat oder Foundry. Interagieren Sie mit MetaMask. Schreiben Sie Solidity.
* **App-Souveränität** — Jede App erhält ihre eigene EVM-Chain mit eigenem 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
* [Quickstart](/de/erste-schritte/quickstart.md) — Stellen Sie Ihren ersten Contract in unter 5 Minuten bereit
* [Solidity bereitstellen](/de/entwicklerhandbucher/deploy-solidity.md) — Bereitstellungsanleitungen für Hardhat und Foundry
* [Solana von EVM aus aufrufen](/de/entwicklerhandbucher/call-solana-from-evm.md) — CPI von Solidity zu Solana-Programmen
* [Rome SDK](/de/produkte/rome-sdk.md) — Typisierte Solidity-Interfaces für Solana-Programme

## Produkte

* [Meta-Hook Router](/de/produkte/meta-hook-router.md) — Token-2022-Transfer-Hook-Multiplexer für Compliance
* [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
* [DeFi Composer](/de/produkte/defi-composer.md) — Multi-Protokoll-DeFi-Vaults in Solidity

## Grundlegende Konzepte

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

## Referenz

* [Contract-Adressen](/de/referenz/contract-addresses.md) — Bereitgestellte Adressen in allen Umgebungen
* [Glossar](/de/ressourcen/glossary.md) — Rome-spezifische Terminologie
* [FAQ](/de/ressourcen/faq.md) — Häufig gestellte Fragen beantwortet

## Netzwerke

| Netzwerk          | Chain-ID | RPC-URL                                      |
| ----------------- | -------- | -------------------------------------------- |
| Lokal             | 1001     | `http://localhost:9090`                      |
| Devnet (montispl) | 200002   | `https://montispl.devnet.romeprotocol.xyz`   |
| Testnet (Martius) | 121214   | `https://martius-i.testnet.romeprotocol.xyz` |
| Testnet (Caelian) | 121215   | `https://caelian-i.testnet.romeprotocol.xyz` |

## Brauchst du 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-labs) — Quellcode und Issues


---

# 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.rome.builders/de/readme.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.
