Registry / crypto / onflow-flow-go-sdk

onflow-flow-go-sdk

JSON →
library1.10.3gogounverified

Go SDK for building applications on the Flow blockchain.

go get github.com/onflow/flow-go-sdk
INSTALL
IMPORT
SIG · ONFLOW-FLOW-GO-SDK
O
onflow-flow-go-sdk
cryptogov1.10.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.

flow
github.com/onflow/flow-go-sdk

Connect to the Flow blockchain and get the latest block.

package main import ( "fmt" "github.com/onflow/flow-go-sdk" ) func main() { client, _ := flow.NewClient("access.mainnet.nodes.onflow.org:9000") latestBlock, _ := client.GetLatestBlock() fmt.Println("Latest block height:", latestBlock.Height) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
onflow-flow-go-sdk — go get onflow-flow-go-sdk · libregistry