Registry / crypto / cosmos-ledger-cosmos-go

cosmos-ledger-cosmos-go

JSON →
library1.0.0gogounverified

A Go library for interacting with Ledger hardware wallets in the Cosmos ecosystem.

go get github.com/cosmos/ledger-cosmos-go
INSTALL
IMPORT
SIG · COSMOS-LEDGER-COSM
C
cosmos-ledger-cosmos-go
cryptogov1.0.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.

ledger_cosmos_go
github.com/cosmos/ledger-cosmos-go

Connect to a Ledger device running the Cosmos app.

package main import ( "fmt" "github.com/cosmos/ledger-cosmos-go" ) func main() { app, err := ledger_cosmos_go.FindLedgerCosmosApp() if err != nil { panic(err) } defer app.Close() fmt.Println("Connected to Ledger") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
cosmos-ledger-cosmos-go — go get cosmos-ledger-cosmos-go · libregistry