{"id":75069,"library":"factomproject-go-bip39","title":"Factom BIP39","description":"A Go implementation of BIP39 mnemonic codes for generating deterministic keys.","status":"active","version":"0.3.5","language":"go","source_language":null,"source_url":"https://github.com/FactomProject/go-bip39","tags":["bip39","mnemonic","cryptocurrency","wallet"],"install":[{"cmd":"go get github.com/FactomProject/go-bip39","lang":"bash","label":"Install github.com/FactomProject/go-bip39"}],"dependencies":[],"imports":[{"symbol":"bip39","correct":"github.com/FactomProject/go-bip39"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/FactomProject/go-bip39\"\n)\n\nfunc main() {\n\t// Generate a new mnemonic\n\tentropy, _ := bip39.NewEntropy(128)\n\tmnemonic, _ := bip39.NewMnemonic(entropy)\n\tfmt.Println(\"Mnemonic:\", mnemonic)\n}","lang":"go","description":"Generates a new BIP39 mnemonic phrase from random entropy."},"warnings":[],"env_vars":null,"search_vec":"'bip39':2,7,14 'code':9 'cryptocurr':16 'determinist':12 'factom':1 'generat':11 'go':4 'implement':5 'key':13 'mnemon':8,15 'wallet':17","created_at":"2026-06-17T19:12:00.979956+00:00","updated_at":"2026-06-17T19:12:00.979956+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/FactomProject/go-bip39","github":"https://github.com/FactomProject/go-bip39","docs":"https://pkg.go.dev/github.com/FactomProject/go-bip39#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-17","next_check":"2026-12-14","install_tag":null}}