Registry / networking / factomproject-factom

factomproject-factom

JSON →
library0.4.0gogounverified

A Golang client implementation for the factomd and factom-walletd APIs.

go get github.com/FactomProject/factom
INSTALL
IMPORT
SIG · FACTOMPROJECT-FACT
F
factomproject-factom
networkinggov0.4.0
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.

factom
✓ github.com/FactomProject/factom

Fetches the current directory block height from the Factom blockchain.

package main import ( "fmt" "github.com/FactomProject/factom" ) func main() { // Get the current directory block height height, err := factom.GetDirectoryBlockHeight() if err != nil { fmt.Println("Error:", err) return } fmt.Printf("Directory block height: %d\n", height) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
factomproject-factom — go get factomproject-factom · libregistry