> 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/ru/readme.md).

# Начало работы

Rome Protocol — это среда исполнения EVM, работающая нативно внутри рантайма Solana. Развертывайте смарт-контракты Solidity в Solana с атомарным доступом по CPI к программам Solana и ликвидности.

## Что отличает Rome

* **Единое состояние** — Контракты EVM и программы Solana используют одно и то же состояние. Никаких мостов, никаких задержек синхронизации.
* **Доступ по CPI** — Контракты Solidity напрямую вызывают любую программу Solana — от SPL Token до Meteora.
* **Стандартные инструменты** — Развертывайте с помощью Hardhat или Foundry. Взаимодействуйте через MetaMask. Пишите на Solidity.
* **Суверенитет приложений** — Каждое приложение получает собственную EVM-цепочку с пользовательским газовым токеном и доходом от комиссий.

## Для разработчиков

* [Что такое Rome?](/ru/nachalo-raboty/what-is-rome.md) — Как работает выполнение EVM в Solana
* [Быстрый старт](/ru/nachalo-raboty/quickstart.md) — Разверните свой первый контракт менее чем за 5 минут
* [Развертывание Solidity](/ru/rukovodstva-dlya-razrabotchikov/deploy-solidity.md) — Руководства по развертыванию с помощью Hardhat и Foundry
* [Вызов Solana из EVM](/ru/rukovodstva-dlya-razrabotchikov/call-solana-from-evm.md) — CPI из Solidity в программы Solana
* [Rome SDK](/ru/produkty/rome-sdk.md) — Создавайте решения для Rome на Solidity и Rust

## Приложения на Rome

Rome — это работающий продукт. Посмотрите, что работает сегодня — DEX, кредитование, мост, обозреватель и многое другое — в [Приложения на Rome](/ru/prilozheniya-na-rome/apps.md).

## Продукты

* [Суверенитет приложений](/ru/produkty/app-sovereignty.md) — Запустите собственную EVM-цепочку на Solana
* [Oracle Gateway](/ru/produkty/oracle-gateway.md) — Pyth/Switchboard как Chainlink AggregatorV3Interface
* [Rome SDK](/ru/produkty/rome-sdk.md) — Создавайте решения для Rome на Solidity и Rust

## Основные концепции

* [Архитектура](/ru/nachalo-raboty/architecture.md) — Обзор системы и диаграмма компонентов
* [Модель исполнения](/ru/osnovnye-ponyatiya/execution-model.md) — Атомарное и итеративное выполнение
* [Взаимодействие токенов](/ru/osnovnye-ponyatiya/token-interop.md) — Как взаимодействуют токены ERC-20 и SPL
* [Ограничения](/ru/osnovnye-ponyatiya/constraints.md) — Важные ограничения и границы

## Справочник

* [Адреса контрактов](/ru/spravochnik/contract-addresses.md) — Развернутые адреса по каждой сети
* [Глоссарий](/ru/resursy/glossary.md) — Терминология, специфичная для Rome
* [FAQ](/ru/resursy/faq.md) — Ответы на распространённые вопросы

## Сети

Разрабатывайте для **Martius** (testnet) или **Hadrian** (devnet). Полные сведения, настройка кошелька и пополнение доступны на [Сети](/ru/seti/networks.md) .

| Сеть                                     | Идентификатор цепи | RPC URL                                     |
| ---------------------------------------- | ------------------ | ------------------------------------------- |
| [Martius](/ru/seti/martius.md) (testnet) | 121214             | `https://martius.testnet.romeprotocol.xyz/` |
| [Hadrian](/ru/seti/hadrian.md) (devnet)  | 200010             | `https://hadrian.testnet.romeprotocol.xyz/` |
| Локально                                 | 1001               | `http://localhost:9090`                     |

## Нужна помощь?

* [Discord](https://discord.gg/vZ9rnCdNSB) — Сообщество разработчиков и поддержка
* [Telegram](https://t.me/+tdnr-M6kcngxYzhk) — Обновления и объявления
* [GitHub](https://github.com/rome-protocol) — Исходный код и задачи


---

# 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/ru/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.
