Categorygithub.com/nbleuzen-ledger/ledger-go
repositorypackage
0.12.4
Repository: https://github.com/nbleuzen-ledger/ledger-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

ledger-go

CircleCI

This project provides a library to connect to ledger devices.

It handles APDU encapsulation, Zemu and USB (HID) communication.

Linux, OSX and Windows are supported.

Building

# Build module:
make module
# Build & run tests:
make test
# Build & run example code:
make example && ./example-ledger-go