448-OG448.africa·Feb 15, 2024Implementing a Base58Check Encoder in RustSource Code - https://github.com/448-OG/Btrust-Deliverables/blob/master/base58check/src/main.rs Base58Check is a binary-to-text encoding algorithm that allows us to convert byte arrays into human-readable strings that are resistant to errors. These b...Bitcoin
lumungemindweb.hashnode.dev·Aug 25, 2022Generating a Wallet Address From a Private Key.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 about them, we can opt to generate them ourselves locally. If we opt to use third parties such as ran...Bitcoin