Skip to content

stdevIvr/skycoin-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

Dependancies management

This project uses dep dependancy manager.

Don't modify anything under vendor/ directory without using dep commands.

Download dependencies using command:

dep ensure

Generate protobuf files

If you need to generate google protobuf files yourself (if you are creating a new message for instance). You need to install protoc first, then run the following:

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

Run

go run cli.go

See also CLI.md for information about the Command Line Interface.

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 82.8%
  • Go 13.9%
  • C++ 3.3%