Bitcoin Programming Objective Sending Bitcoin from one handle to different utilizing nodejs. Pre-requisites • Node js • bitcore-lib: For creating sender & receiver addresses • bitcore-explorer: For making bitcoin transactions Online Resources • http://tpfaucet.appspot.com/: To purchase TestNet bitcoins on receiver handle. • http://tbtc.blockr.io/: To confirm the transaction
**************Playing With Bitcoin**************
Step 0: Setting-up demo undertaking & set up all required libraries. Step 1: Create sender handle for the bitcoins to switch from. Step 2: Acquire TestNet Bitcoins from http://tpfaucet.appspot.com/ Step 3: Create receiver handle to gather bitcoins. Step 4: Create the transaction Tx to carry out the bitcoin switch. Step 5: Verify the transaction on http://tbtc.blockr.io/
Comments