Skip to content

rryter/network-lukso-gui

 
 

Repository files navigation

LUKSO Node-Manager GUI

LUKSO Node-Manager

Very basic Node GUI. Runs on port 8111.

Install dependencies & setup

Prepared directories and settings.db file:

mkdir ~/.lukso && touch ~/.lukso/settings.db 

install npm packages using yarn:

yarn install 

build lukso-status angular to be part of GO app

yarn build lukso-status

Install gow - the Go Watcher:

go install github.com/mitranim/gow@latest

Don't forget to export paths for Go in order to have gow work:

export GOPATH=~/go
export PATH=$PATH:$GOPATH/bin

How to run

To start the web application inside the root of the project run:

yarn start

Open http://localhost:4200

For running the Go proxy service between webapp and the node run the following:

cd apps/lukso-manager && gow run .

Unit and E2E

Coming soon.

How to install

Coming soon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 38.6%
  • Go 33.6%
  • HTML 18.2%
  • SCSS 6.8%
  • JavaScript 2.2%
  • Dockerfile 0.6%