> For the complete documentation index, see [llms.txt](https://programmingblockchain.gitbook.io/programmingblockchainindonesian/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://programmingblockchain.gitbook.io/programmingblockchainindonesian/master.md).

# README

![](/files/-LOmSgpEp1FPNTm6JG_r)

[Klik di sini untuk contoh kode](https://github.com/ProgrammingBlockchain/ProgrammingBlockchainCodeExamples/)

## [Klik di sini untuk membaca buku](https://programmingblockchain.gitbooks.io/programmingblockchain/content/)

## Feedback

Jika anda melihat adanya kesalahan, dan ingin memperbaikinya, buat issue [di halaman Github buku ini.](https://github.com/eb-ina/ProgrammingBlockchain)

Anda dapat mengirim komentar langsung jika anda membaca buku ini di GitBook.

## Ingin memperbaiki kesalahan eja dengan cepat?

1. Cari buku ini di [Github](https://github.com/eb-ina/ProgrammingBlockchain)
2. Fork
3. Edit file
4. Lalu pull request

## Ingin menambah bab baru di buku ini?

1. Cari buku ini di [Github](https://github.com/eb-ina/ProgrammingBlockchain)
2. Fork
3. Clone fork tersebut
4. Download dan install [Gitbook editor](https://www.gitbook.com/)
5. Buka Gitbook editor
6. Pilih menu "Import" dan pilih lokasi folder tempat *cloned* berada
7. Edit book
8. Save file dan Sync
9. Lalu pull request

## Tentang Buku Ini

Buku ini adalah terjemahan dari buku versi aslinya yang berjudul "[***Programming Blockchain***](https://github.com/ProgrammingBlockchain/ProgrammingBlockchain)". Kemudian diterjemahkan dalam bahasa Indonesia agar masyarakat dan komunitas Bitcoin di Indonesia juga bisa mempelajarinya.

Membaca dan mempraktekkannya langsung menjadi cara yang bagus agar dapat belajar dengan cepat. Anda juga bisa membantu memperbaiki beberapa kesalahan yang ada, dengan cara memperbaikinya di Github.


---

# 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://programmingblockchain.gitbook.io/programmingblockchainindonesian/master.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.
