> 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/introduction/project_setup.md).

# Project Setup

Sebelum kita mulai, harus dijelaskan dahulu bagaimana kita mempersiapkan dalam membuat sebuah project.

1. Buat sebuah Project baru di Visual Studio (.NET 4.5 atau diatasnya)
2. Klik kanan pada menu “**References**” di **Solution Explorer** lalu pilih “**Manage NuGet Packages**…”
3. Cari “**NBitcoin”** kemudian install. (atau **NBitcoin.Mono** untuk MAC dan Linux.)

   ![](/files/-LOmSaCRRWP6WqLgkYbC) &#x20;

> **Tips:** Jika anda menggunakan MAC atau Linux, namun memakai NBitcoin bukannya NBitcoin.Mono, mungkin menemui beberapa *classes* yang hilang.

NBitcoin adalah library .NET Bitcoin, dan open-source, dibuat oleh **Nicolas Dorier**, penulis utama buku ini. Libryry ini harus selalu digunakan jika anda melakukan apa saja dengan Bitcoin yang berkaitan dengan C#.\
NBitcoin sendiri, telah support untuk aplikasi yang bersifat *cross-platform*.

## ## # Cara *debug* di NBitcoin source code (pendukung)

NBitcoin dapat melakukan proses debug pada kode, untuk memudahkan anda. Agar fitur ini dapat berjalan, pastikan anda telah mengaktifkan fitur ini di Visual Studio (Tools\\/Options). Lihat gambar di bawah: ![](/files/-LOmSaCTrryw30VRWWZo)

Sekarang, jika anda melangkah ke kode Bitcoin, source code itu akan secara otomatis diambil dari github, dan muncul di debugger visual studio anda. .


---

# 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/introduction/project_setup.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.
