Registry / cloud / algorand-go-algorand-sdk

algorand-go-algorand-sdk

JSON →
library1.24.0gogounverified

The official Go SDK for interacting with the Algorand blockchain.

go get github.com/algorand/go-algorand-sdk
INSTALL
IMPORT
SIG · ALGORAND-GO-ALGORA
A
algorand-go-algorand-sdk
cloudgov1.24.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.

sdk
github.com/algorand/go-algorand-sdk

Connects to an Algorand node and fetches the current status.

package main import ( "fmt" "github.com/algorand/go-algorand-sdk/client/v2/algod" ) func main() { client, _ := algod.MakeClient("https://testnet-api.algonode.cloud", "") status, _ := client.Status().Do() fmt.Println(status.LastRound) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
36
Resources
algorand-go-algorand-sdk — go get algorand-go-algorand-sdk · libregistry