# إعداد 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: 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/ar/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.
