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

# Memulai

Rome Protocol adalah lingkungan eksekusi EVM yang berjalan secara native di dalam runtime Solana. Deploy smart contract Solidity di Solana dengan akses CPI atomik ke program dan likuiditas Solana.

## Apa yang Membuat Rome Berbeda

* **Satu State** — Kontrak EVM dan program Solana berbagi state yang sama. Tanpa bridging, tanpa jeda sinkronisasi.
* **Akses CPI** — Kontrak Solidity dapat memanggil program Solana apa pun secara langsung, dari SPL Token hingga Meteora.
* **Alat Baku** — Deploy dengan Hardhat atau Foundry. Berinteraksi dengan MetaMask. Menulis Solidity.
* **Kedaulatan Aplikasi** — Setiap aplikasi mendapatkan chain EVM-nya sendiri dengan token gas khusus dan pendapatan biaya.

## Untuk Pengembang

* [Apa itu Rome?](/id/memulai/what-is-rome.md) — Bagaimana eksekusi EVM bekerja di Solana
* [Mulai cepat](/id/memulai/quickstart.md) — Deploy kontrak pertama Anda dalam waktu kurang dari 5 menit
* [Deploy Solidity](/id/panduan-pengembang/deploy-solidity.md) — Panduan deployment Hardhat dan Foundry
* [Panggil Solana dari EVM](/id/panduan-pengembang/call-solana-from-evm.md) — CPI dari Solidity ke program Solana
* [SDK Rome](/id/produk/rome-sdk.md) — Bangun di atas Rome dari Solidity dan Rust

## Aplikasi di Rome

Rome adalah perangkat lunak yang aktif. Lihat apa yang berjalan hari ini — DEX, lending, bridge, explorer, dan lainnya — di [Aplikasi di Rome](/id/aplikasi-di-rome/apps.md).

## Produk

* [Kedaulatan Aplikasi](/id/produk/app-sovereignty.md) — Luncurkan chain EVM Anda sendiri di Solana
* [Oracle Gateway](/id/produk/oracle-gateway.md) — Pyth/Switchboard sebagai Chainlink AggregatorV3Interface
* [SDK Rome](/id/produk/rome-sdk.md) — Bangun di atas Rome dari Solidity dan Rust

## Konsep Inti

* [Arsitektur](/id/memulai/architecture.md) — Ikhtisar sistem dan diagram komponen
* [Model Eksekusi](/id/konsep-inti/execution-model.md) — Eksekusi atomik vs iteratif
* [Interoperabilitas Token](/id/konsep-inti/token-interop.md) — Bagaimana token ERC-20 dan SPL bekerja bersama
* [Batasan](/id/konsep-inti/constraints.md) — Batas dan kendala penting

## Referensi

* [Alamat Kontrak](/id/referensi/contract-addresses.md) — Alamat yang dideploy per chain
* [Glosarium](/id/sumber-daya/glossary.md) — Istilah khusus Rome
* [FAQ](/id/sumber-daya/faq.md) — Pertanyaan umum terjawab

## Jaringan

Bangun untuk **Martius** (testnet) atau **Hadrian** (devnet). Detail lengkap, pengaturan dompet, dan pendanaan ada di [Jaringan](/id/jaringan/networks.md) .

| Jaringan                                     | ID Chain | URL RPC                                     |
| -------------------------------------------- | -------- | ------------------------------------------- |
| [Martius](/id/jaringan/martius.md) (testnet) | 121214   | `https://martius.testnet.romeprotocol.xyz/` |
| [Hadrian](/id/jaringan/hadrian.md) (devnet)  | 200010   | `https://hadrian.testnet.romeprotocol.xyz/` |
| Lokal                                        | 1001     | `http://localhost:9090`                     |

## Butuh Bantuan?

* [Discord](https://discord.gg/vZ9rnCdNSB) — Komunitas pengembang dan dukungan
* [Telegram](https://t.me/+tdnr-M6kcngxYzhk) — Pembaruan dan pengumuman
* [GitHub](https://github.com/rome-protocol) — Kode sumber dan isu


---

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