Bitcoin HD Wallet with Golang and gRPC (Part l)

Luis Acerv
Level Up Coding
Published in
4 min readAug 5, 2020

--

In this tutorial series, we are going to learn how to create an HD bitcoin wallet using Golang.

The idea of the tutorial series is not only showing how to create the Wallet and getting balances but also how to implement a grpc server and a CLI tool and a web-app for consuming it.

--

--