Registry / networking / coinbase-rosetta-sdk-go

coinbase-rosetta-sdk-go

JSON →
library0.11.0gogounverified

A Go SDK for building blockchain integrations using the Rosetta API standard.

go get github.com/coinbase/rosetta-sdk-go
INSTALL
IMPORT
SIG · COINBASE-ROSETTA-S
C
coinbase-rosetta-sdk-go
networkinggov0.11.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.

rosetta
github.com/coinbase/rosetta-sdk-go

Creates a Rosetta client and fetches the list of available networks.

package main import ( "context" "fmt" "github.com/coinbase/rosetta-sdk-go/client" ) func main() { c := client.New("http://localhost:8080", "testnet") networkList, err := c.NetworkList(context.Background(), nil) if err != nil { panic(err) } fmt.Printf("Networks: %+v\n", networkList) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
coinbase-rosetta-sdk-go — go get coinbase-rosetta-sdk-go · libregistry