AUAnthony Ugwuinsha378.hashnode.dev·Jun 5, 2023 · 3 min readBuild a Bitcoin wallet API Using Nodejs (Part Two)In the previous article, we learned how to generate a non-custodial Bitcoin wallet and generate addresses. Now, let's dive into the process of creating transactions, signing them, and broadcasting them to the network using the Blockstream Testnet API...00
AUAnthony Ugwuinsha378.hashnode.dev·Mar 7, 2023 · 5 min readBuild a Bitcoin wallet API Using NodejsA bitcoin wallet is a digital software application that allows users to securely store, send, and receive Bitcoin. It does not actually store Bitcoin, but instead, it stores the private keys necessary to access and manage the user's Bitcoin balance. ...00
AUAnthony Ugwuinsha378.hashnode.dev·Feb 16, 2023 · 6 min readHow Private is the Lightning Network?The major characteristic of a fully public ledger like Bitcoin is that all transaction information is available to everyone. This means that all transaction amounts and addresses are visible on the blockchain, making it possible to trace the flow of ...00
AUAnthony Ugwuinsha378.hashnode.dev·Jan 30, 2023 · 6 min readProgrammable MoneyA fundamental feature of the Bitcoin network is the ability to transfer value (bitcoin) between participants in the network. Throughout history, the human species has always exchanged value in one way or another but what the Bitcoin network offers us...00