# Pengaturan L2 Rome

Siapkan L2 Anda sendiri menggunakan stack Rome.

Catatan: Jika Anda ingin pengaturan lokal cepat, ikuti saja README di <https://github.com/rome-labs/rome-setup>. Pengaturan ini membutuhkan **<10 menit**. Demo [tersedia di sini](https://www.loom.com/share/f87f369ffe1140f59cdf53016fa52909).

Jika Anda ingin memahami stack Rome dan menyesuaikan L2 Anda, ikuti pengaturan lengkap yang dijelaskan pada halaman berikut. Pengaturan ini membutuhkan **\~30 menit**. Demo [tersedia di sini](https://www.loom.com/share/d06842be650f43c1a8a0499de4932f18?sid=9fee754d-5bd5-4365-b102-50029fa7f7b3).

## Siapkan L2 Anda

* Siapkan Server Jarak Jauh
* Pilih Chain ID Anda
* Unduh Repositori Rome
* Daftarkan L2 Anda
* Inisialisasi L2 Anda
* Siapkan Node OP Geth
* Jalankan Penjelajah Blok

## Uji L2 Anda

* Siapkan Metamask
* Danai Dompet Anda
* Periksa Saldo Dompet
* Lakukan Transfer Sederhana
* Jalankan Uniswap
* Jalankan OpenZeppelin
* Gunakan Dapp Rome
* Gunakan Jembatan Rome

## Catatan

* Anda dapat mengatur L2 baik secara lokal maupun di server jarak jauh yang membuatnya tersedia untuk publik.
* Kami menggunakan istilah "L2" dan "Rollup" secara bergantian.


---

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