go-hdwallet
go-hdwallet copied to clipboard
A multi-cryptocurrency HD wallet implementated by Golang.
- Update Import Paths to correctly use github.com/btcsuite/btcd/btcec/v2 package - Commented the use of BCH address generation since cpacia/bchutil dependencies relies on outdated version of btcsuite library, an [open PR](https://github.com/cpacia/bchutil/pull/8)...
Due to outdated dependecies, it fails to install the main `go-hdwallet` repositry. The cause of this issue stems from `github.com/btcsuite/btcd/btcec/` which doesn't exists anymore. This repository is now updated and...