Programming The Blockchain in C# - Indonesian
CtrlK
  • README
  • Kata Pengantar
  • Pendahuluan
    • Mengapa Pemprograman Blockchain, dan bukan Pemprograman Bitcoin?
    • Mengapa C#?
    • Mengapa harus buku ini?
    • Crowdfunding buku ini
    • Bacaan Pelengkap
    • Diagram
    • Licensi: CC (ASA 3U)
    • Persyaratan Yang Dibutuhkan
    • Project Setup
  • Transfer Bitcoin
    • Bitcoin address
    • ScriptPubKey
    • Private key
    • Transaksi
    • Blockchain
    • “Blockchain lebih dari sekedar bitcoin”
    • Membelanjakan koin anda
    • Proof of ownership Sebagai Metode Autentifikasi
  • Generate Key dan enkripsi
    • Sudah cukup acak?
    • Key Derivation Function
    • Hal yang baik sepanjang waktu
    • BIP38 (Bagian 2)
    • HD Wallet (BIP 32)
    • Kode Mnemonic Untuk Key HD (BIP39)
    • Dark Wallet
  • Tipe Kepemilikan Lain
    • P2PK[H] (Pay to Public Key [Hash])
    • P2WPKH (Pay to Witness Public Key Hash)
    • Multi Sig
    • P2SH (Pay To Script Hash)
    • P2WSH (Pay to Witness Script Hash)
    • P2W* diatas P2SH
    • Arbitrary
    • Penggunaan TransactionBuilder
  • Tipe Lain Asset
    • Colored Coins
    • Menerbitkan Aset
    • Transfer Aset
    • Unit test
    • Kontrak Ricardian
    • Liquid Democracy
    • Proof of Burn dan Reputasi
  • Studi Kasus
    • HiddenBitcoin: Managemen key
Powered by GitBook
On this page

Studi Kasus

In this chapter you will see how existing implementations are made on top of NBitcoin. You will be guided through the code and the design decisions the developer had to make. This section is more practical. What you learn here will come handy when you face similar challenges the developers of specific implementations has already faced.

PreviousProof of Burn dan ReputasiNextHiddenBitcoin: Managemen key

Last updated 6 years ago