Registry / crypto / binance-chain-ledger-cosmos-go

binance-chain-ledger-cosmos-go

JSON →
library0.9.9gogounverified

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

go get github.com/binance-chain/ledger-cosmos-go
INSTALL
IMPORT
SIG · BINANCE-CHAIN-LEDG
B
binance-chain-ledger-cosmos-go
cryptogov0.9.9
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
github.com/binance-chain/ledger-cosmos-go

Find and connect to a Ledger Cosmos device

package main import ( "fmt" "github.com/binance-chain/ledger-cosmos-go" ) func main() { device, err := ledger.FindLedgerCosmosUserApp() if err != nil { panic(err) } defer device.Close() fmt.Println("Ledger device found") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
22
Amazon
1
Resources
binance-chain-ledger-cosmos-go — go get binance-chain-ledger-cosmos-go · libregistry