Categorygithub.com/katena-chain/transactor-ui
repository
0.0.1
Repository: https://github.com/katena-chain/transactor-ui.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Transactor-UI

Build Status

Requirements

This project uses golang.

To compile on Ubuntu/Debian, you may need to install the libgl1-mesa-dev and xorg-dev packages, and have GCC installed.

Tested versions

In order to run the project properly, some tools are required:

Installation

Install go-bindata:

go get -u github.com/go-bindata/go-bindata
go install github.com/go-bindata/go-bindata

Generate assets:

go generate gui/main.go

Build binary:

go build -o build/transactor-ui cmd/main.go

Using the tool

Run binary :

./build/transactor-ui

Releases

You'll find the release binaries under the build folder. Run it like the above using the corresponding path.

Cross-compiling

To cross-compile for Windows and MacOS, build the Dockerfile and use the corresponding image.

For example, from the root, run :

docker run -v ${PWD}:/app transchain/golang-crosscompile:v1.0.0 goreleaser --rm-dist --skip-publish --snapshot