Skip to content

Build

Skywire requires a Golang version of 1.17 or higher.

Install

To install the required dependencies if they were not installed before, run:

$ sudo apt install git make
To install GO, follow the installation guide here


Install

To install the required dependencies if they were not installed before, run:

$ sudo pacman -S go git make


Clone

$ git clone https://github.com/skycoin/skywire.git
$ cd skywire

Build and Install

make install will install binaries to GOBIN. Hence it requires PATH to be set correctly. Follow the GO installation guide here.

$ make build && make install

Configure Skywire

To generate a config file with services over dmsghttp, run:

$ ./skywire-cli config gen -di
Start the visor with:
$ ./skywire-visor -c skywire-config.json


Last update: 2021-12-03