October 2015
Beginner to intermediate
236 pages
5h 16m
English
In Chapter 5, Installing a Bitcoin Node, we used the Bitcoin node to build, sign, and broadcast a Bitcoin transaction using the createrawtransaction, signrawtransaction, and sendrawtransaction commands.
In this example, we'll perform the same operations but using Javascript and the BitcoinJS library. The process involves the same three steps:
Using the bitcoinjs library, we will work with the TransactionBuilder object to construct a new transaction. We simply provide the object with one or more private keys as the source of our funds and with one or more addresses ...
Read now
Unlock full access