Blockchain

Building a Blockchain in Golang – Part 5 – Building a Basic Wallet Module



In this tutorial, we add a wallet module to this blockchain example.

Github Repository: https://github.com/tensor-programming/golang-blockchain/tree/part_5

Support the Channel and Join Patreon:
Patreon: https://www.patreon.com/tensor_programming

Dontate:
ETH: 0x03247265dd5242605bD2FA3c40fb3b70d9e3D685
Cardano: addr1q9auccwrr9ws8qdyv45f4qwsx76pfmld4zapks89sakq94ay0xmle73y0r8ruwd0zslls4eglf98lghru7ywv56cedysk7ftjt

Check out our Blog: http://www.tensor-programming.com/
Check out our Twitter: https://twitter.com/TensorProgram
Check out our Facebook: https://www.facebook.com/Tensor-Programming-1197847143611799/
Check out our Steemit: https://steemit.com/@tensor

6 Comments

  1. I have followed your tutorial but my program always produce prefix 31 not 1 for wallet address. I have debugged the program and the byte always prefix with 0 before base58.Encode. After base58.Encode its always begin with byte 49. Is this because os or I have something wrong following the tutorial?
    Edit: Nvm my first question. I printed the address in hexadecimal (actually in the video also in hex). But when I printed as string %s, it printed as expected

Write A Comment

Share via