example-server-app
app implements server for the example-client-app
over skywire net.
Full config of the server should look like this:
{
"app": "example-server-app",
"auto_start": true,
"port": 45,
}
Compile app binaries, update config with example-server-app
and start a visor:
$ make build-example
$ cd ./build
$ ./skywire-cli config gen -irm
$ ./skywire-visor skywire-config.json