modulepackage
0.9.1
Repository: https://github.com/binance-chain/ledger-go.git
Documentation: pkg.go.dev
# README
ledger-go
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
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnwrapResponseAPDU parses a response of 64 byte packets into the real data.
WrapCommandAPDU turns the command into a sequence of 64 byte packets.
# Constants
ProductNano = 1.
No description provided by the author
No description provided by the author
No description provided by the author