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

# البدء

بروتوكول روما هو بيئة تنفيذ EVM تعمل أصلاً داخل بيئة تشغيل سولانا. انشر العقود الذكية المكتوبة بـ Solidity على سولانا مع وصول CPI ذري إلى برامج سولانا والسيولة.

## ما الذي يجعل روما مختلفة

* **حالة واحدة** — تشترك عقود EVM وبرامج سولانا في الحالة نفسها. لا جسور، ولا تأخيرات في المزامنة.
* **وصول CPI** — تتصل عقود Solidity بأي برنامج سولانا مباشرةً، من SPL Token إلى Meteora.
* **أدوات قياسية** — انشر باستخدام Hardhat أو Foundry. تفاعل مع MetaMask. اكتب Solidity.
* **سيادة التطبيق** — يحصل كل تطبيق على سلسلة EVM خاصة به مع رمز غاز مخصص وإيرادات الرسوم.

## للمطورين

* [ما هي روما؟](/ar/albda/what-is-rome.md) — كيف يعمل تنفيذ EVM على سولانا
* [البدء السريع](/ar/albda/quickstart.md) — انشر أول عقد لك في أقل من 5 دقائق
* [انشر Solidity](/ar/adlh-almtwr/deploy-solidity.md) — أدلة نشر Hardhat وFoundry
* [استدعِ سولانا من EVM](/ar/adlh-almtwr/call-solana-from-evm.md) — CPI من Solidity إلى برامج سولانا
* [حزمة تطوير روما SDK](/ar/almntjat/rome-sdk.md) — ابنِ باستخدام روما من Solidity وRust

## التطبيقات على روما

روما برنامج قيد التشغيل فعليًا. شاهد ما يعمل اليوم — DEX، والإقراض، والجسر، والمستكشف، والمزيد — في [التطبيقات على روما](/ar/alttbyqat-ala-rome/apps.md).

## المنتجات

* [سيادة التطبيق](/ar/almntjat/app-sovereignty.md) — أطلق سلسلة EVM الخاصة بك على سولانا
* [بوابة الأوركل](/ar/almntjat/oracle-gateway.md) — Pyth/Switchboard كواجهة Chainlink AggregatorV3Interface
* [حزمة تطوير روما SDK](/ar/almntjat/rome-sdk.md) — ابنِ باستخدام روما من Solidity وRust

## المفاهيم الأساسية

* [البنية المعمارية](/ar/albda/architecture.md) — نظرة عامة على النظام ومخطط المكوّنات
* [نموذج التنفيذ](/ar/almfahym-alasasyh/execution-model.md) — التنفيذ الذري مقابل التنفيذ التكراري
* [توافقية الرموز](/ar/almfahym-alasasyh/token-interop.md) — كيف تعمل رموز ERC-20 وSPL معًا
* [القيود](/ar/almfahym-alasasyh/constraints.md) — الحدود والقيود المهمة

## المرجع

* [عناوين العقود](/ar/almrja/contract-addresses.md) — العناوين المنشورة لكل سلسلة
* [المسرد](/ar/almward/glossary.md) — المصطلحات الخاصة بروما
* [الأسئلة الشائعة](/ar/almward/faq.md) — إجابات عن الأسئلة الشائعة

## الشبكات

ابنِ باستخدام **Martius** (testnet) أو **Hadrian** (devnet). التفاصيل الكاملة وإعداد المحفظة وتمويلها موجودة على [الشبكات](/ar/alshbkat/networks.md) .

| الشبكة                                       | معرّف السلسلة | عنوان RPC                                   |
| -------------------------------------------- | ------------- | ------------------------------------------- |
| [Martius](/ar/alshbkat/martius.md) (testnet) | 121214        | `https://martius.testnet.romeprotocol.xyz/` |
| [Hadrian](/ar/alshbkat/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/ar/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.
