go-ethereum-hdwallet icon indicating copy to clipboard operation
go-ethereum-hdwallet copied to clipboard

Ethereum HD Wallet derivations in Go (golang)

Results 5 go-ethereum-hdwallet issues
Sort by recently updated
recently updated
newest added

In my `go.mod`, I depend on `github.com/btcsuite/btcd v0.23.4`. Perhaps this is a problem? ``` $ go mod tidy go: finding module for package github.com/miguelmota/go-ethereum-hdwallet go: found github.com/miguelmota/go-ethereum-hdwallet in github.com/miguelmota/go-ethereum-hdwallet v0.1.2...

` $ go get github.com/miguelmota/go-ethereum-hdwallet go: github.com/miguelmota/go-ethereum-hdwallet imports github.com/btcsuite/btcutil/hdkeychain imports github.com/btcsuite/btcd/btcec: cannot find module providing package github.com/btcsuite/btcd/btcec `