Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 792 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 792 Bytes

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