/ledger-go

Go package to connect to Ledger devices

Primary LanguageGoApache License 2.0Apache-2.0

ledger-go

CircleCI Build status Build Status

This project provides a library to connect to ledger devices.

It handles USB (HID) communication and APDU encapsulation.

Linux, OSX and Windows are supported.

Get source

Apart from cloning, be sure you install dep dependency management tool https://github.com/golang/dep

Setup

Update dependencies using the following:

dep ensure 

Building

go build