{"id":52973,"library":"tyler-smith-go-bip32","title":"Go BIP32","description":"A Go implementation of the BIP32 hierarchical deterministic wallet key derivation standard.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/tyler-smith/go-bip32","tags":["bip32","wallet","cryptocurrency","key-derivation"],"install":[{"cmd":"go get github.com/tyler-smith/go-bip32","lang":"bash","label":"Install github.com/tyler-smith/go-bip32"}],"dependencies":[],"imports":[{"symbol":"bip32","correct":"github.com/tyler-smith/go-bip32"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/tyler-smith/go-bip32\"\n)\n\nfunc main() {\n\tseed := []byte(\"myseed\")\n\tkey, _ := bip32.NewMasterKey(seed)\n\tfmt.Println(key.PublicKey().String())\n}","lang":"go","description":"Creates a master key from a seed and prints the public key."},"warnings":[],"env_vars":null,"search_vec":"'bip32':2,8,15 'cryptocurr':17 'deriv':13,20 'determinist':10 'go':1,4 'hierarch':9 'implement':5 'key':12,19 'key-deriv':18 'standard':14 'wallet':11,16","created_at":"2026-06-15T07:22:21.069870+00:00","updated_at":"2026-06-15T07:22:21.069870+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tyler-smith/go-bip32","github":"https://github.com/tyler-smith/go-bip32","docs":"https://pkg.go.dev/github.com/tyler-smith/go-bip32#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}