Skip to content

limace11/hardware-wallet-go

 
 

Repository files navigation

Go bindings and CLI tool for the Skycoin hardware wallet

Build Status

Installation

Install golang

https://github.com/golang/go/wiki/Ubuntu

Usage

Download source code

go get github.com/skycoin/hardware-wallet-go

Generate protobuf files

Only once each time the messages change:

cd device-wallet/
protoc -I ./protob  --go_out=./protob protob/messages.proto protob/types.proto protob/descriptor.proto 

Run

go test -run TestMain

Wiki

More information in the wiki

About

Go interface to the hardware wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.1%
  • Go 8.4%
  • C++ 3.5%