> For the complete documentation index, see [llms.txt](https://baca.endhonesa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://baca.endhonesa.com/tutorial-blockchain-fundamental/bagian-3/dapp-di-ethereum.md).

# DApp Di Ethereum

<figure><img src="/files/7opCy4NbzTYPsFVbbfSJ" alt=""><figcaption><p>Dapp di Ethereum</p></figcaption></figure>

Ilustrasi di atas adalah gambaran secara mendasar bagaimana sebuah decentralized application berjalan di atas blockchain Ethereum.

Secara sederhana, proses di atas bisa saya jelaskan sebagai berikut:

1. Pengguna berinteraksi dengan sebuah dApp. Interaksi ini bisa berupa input data atau bisa juga hanya memberikan sebuah kondisi. Biasanya melalui sebuah perambah (browser) website.
2. Interaksi ini kemudian diterima dan diproses oleh bagian depan (front end) dApp, yaitu segala apa yang bisa mengerti oleh pengguna (manusia), biasanya menyertakan elemen visual seperti tombol, kotak centang, grafik, dan pesan teks.
3. Selanjutnya front end berinteraksi dengan bagian belakang (back end) dApp, yaitu smart contract sehingga data atau kondisi yang diterima bisa diproses oleh fungsi-fungsi yang sudah ditentukan dalam smart contract.
4. Proses yang dilakukan oleh smart contract, yaitu berupa transaksi-transaksi dieksekusi oleh smart contract di jaringan blockchain Ethereum sekaligus dicatat di dalam blockchain tersebut.

Hal yang menarik di sini adalah sifat desentralisasi blockchain Ethereum tersebut yang memberikan peningkatan keamanan, transparansi, dan otonomi pada decentralized application yang berjalan di atasnya.

***


---

# 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://baca.endhonesa.com/tutorial-blockchain-fundamental/bagian-3/dapp-di-ethereum.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.
