Registry /
networking / coinbase-rosetta-sdk-go
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.