TREZOR Communication Daemon aka TREZOR Bridge (written in Go)
go build
./trezord-go -h
Prerequisites:
go get github.com/karalabe/xgo
docker pull karalabe/xgo-latest
- make sure
xgo
anddocker
are in$PATH
cd release && make all
; the installers are ininstallers
Prerequisites:
go get github.com/karalabe/xgo
docker pull karalabe/xgo-latest
Compiling for officially supported platforms:
$GOPATH/bin/xgo -targets=windows/amd64,windows/386,darwin/amd64,linux/amd64,linux/386 github.com/trezor/trezord-go