#cryptography
Read more stories on Hashnode
Articles with this tag
Bitcoin uses a scripting language to implement transactions on the blockchain. A script is a stack-based simple list of instructions that are recorded...
In this article, we learn how a Bitcoin HD Wallet is created from a generated seed. Deterministic wallets solve the issue of address reuse and...
In a previous article, we learned how to generate private keys using python. In order to generate private keys and make sure that no one else knows...
In this article, we learn how to generate mnemonics and how the mnemonic is converted into a seed that is used to derive public keys for different...
Extended Public keys, are a combination of a public key and a chain code used to create children and generate branches in the HD wallet tree structure...
In this article, we learn about Bitcoin transaction inputs, outputs, and how transactions are serialized on the Bitcoin blockchain. As mentioned in...