> 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/legacy/rome-l2-setup.md).

# Настройка Rome L2

Настройте собственный L2, используя стек Rome.

Примечание: если вы хотите быстро настроить локальную среду, просто следуйте README по адресу <https://github.com/rome-labs/rome-setup>. Эта настройка занимает **<10 минут**. Демо [доступно здесь](https://www.loom.com/share/f87f369ffe1140f59cdf53016fa52909).

Если вы хотите понять стек Rome и настроить свой L2, следуйте полной инструкции, приведённой на следующих страницах. Эта настройка занимает **\~30 минут**. Демо [доступно здесь](https://www.loom.com/share/d06842be650f43c1a8a0499de4932f18?sid=9fee754d-5bd5-4365-b102-50029fa7f7b3).

## Настройте ваш L2

* Подготовьте удалённый сервер
* Выберите ваш Chain ID
* Скачайте репозитории Rome
* Зарегистрируйте ваш L2
* Инициализируйте ваш L2
* Настройте узел OP Geth
* Запустите блок-эксплорер

## Протестируйте ваш L2

* Настройте Metamask
* Финансируйте ваш кошелёк
* Проверьте баланс кошелька
* Выполните простую передачу
* Запустите Uniswap
* Запустите OpenZeppelin
* Используйте Rome Dapp
* Используйте Rome Bridge

## Примечания

* Вы можете настроить L2 локально или на удалённом сервере, сделав его доступным публично.
* Мы используем термины «L2» и «Rollup» как синонимы.


---

# 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:

```
GET https://docs.rome.builders/ru/legacy/rome-l2-setup.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.
