{"id":75067,"library":"factomproject-factom","title":"Factom Client","description":"A Golang client implementation for the factomd and factom-walletd APIs.","status":"active","version":"0.4.0","language":"go","source_language":null,"source_url":"https://github.com/FactomProject/factom","tags":["factom","blockchain","client","api"],"install":[{"cmd":"go get github.com/FactomProject/factom","lang":"bash","label":"Install github.com/FactomProject/factom"}],"dependencies":[],"imports":[{"symbol":"factom","correct":"github.com/FactomProject/factom"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/FactomProject/factom\"\n)\n\nfunc main() {\n\t// Get the current directory block height\n\theight, err := factom.GetDirectoryBlockHeight()\n\tif err != nil {\n\t\tfmt.Println(\"Error:\", err)\n\t\treturn\n\t}\n\tfmt.Printf(\"Directory block height: %d\\n\", height)\n}","lang":"go","description":"Fetches the current directory block height from the Factom blockchain."},"warnings":[],"env_vars":null,"search_vec":"'api':14,18 'blockchain':16 'client':2,5,17 'factom':1,12,15 'factom-walletd':11 'factomd':9 'golang':4 'implement':6 'walletd':13","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/factom","github":"https://github.com/FactomProject/factom","docs":"https://pkg.go.dev/github.com/FactomProject/factom#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"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}}