Registry / crypto / miguelmota-go-ethereum-hdwallet

miguelmota-go-ethereum-hdwallet

JSON →
library0.1.3gogounverified

Package go-ethereum-hdwallet provides an HD wallet implementation for Ethereum.

go get github.com/miguelmota/go-ethereum-hdwallet
INSTALL
IMPORT
SIG · MIGUELMOTA-GO-ETHE
M
miguelmota-go-ethereum-hdwallet
cryptogov0.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hdwallet
github.com/miguelmota/go-ethereum-hdwallet

Create an HD wallet from a mnemonic

package main import ( "fmt" "github.com/miguelmota/go-ethereum-hdwallet" ) func main() { mnemonic := "test test test test test test test test test test test junk" wallet, _ := hdwallet.NewFromMnemonic(mnemonic) fmt.Println(wallet) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
miguelmota-go-ethereum-hdwallet — go get miguelmota-go-ethereum-hdwallet · libregistry