- Blockchain By Example
- Bellaj Badr Richard Horrocks Xun (Brian) Wu
- 109字
- 2021-06-10 18:53:33
Prerequisites
Before proceeding with this project, a general knowledge of programming concepts and JavaScript is highly recommended. To start coding, we need to have the following elements installed:
- npm (the npm package gets installed along with Node.js)
- bower
- git
For this project, I suggest we switch bitcoin client to operate on the testnet. In your bitcoin.conf file, keep the same user and password and edit the following values:
regtest=0
testnet=1
prune=550
Afterward, run bitcoin-qt and generate two addresses, one for the merchant and the other for the customer, and then provision some testnet bitcoins to the customer's address from an online bitcoin faucet such as https://testnet.manu.backend.hamburg/faucet.