Skip to content

markmunoz/browser-GUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MASQ Node Browser-GUI

This is a Browser-Based GUI to run MASQ Node, based on the MASQNodeUI-v2 interface

This was created by the team of volunteers at MASQ Project.

To successfully run this GUI, you must right initialize the MASQ daemon.

The easiest way to download this at the moment is to take the most recent successful build from our masq-results repo - this can be found here: https://github.com/masq-results/MASQ-results

Ensure you download the correct file for your operating system.

The downloaded tar file contains all files under the 'generated' folder - inside this is a folder called 'bin' containing the three executables: dns_utility, masq & MASQNode

These 3 files are what you need to get MASQ Node started - if you move them to a folder of your choice, you will have to navigate to the folder path from a terminal window

Run an elevated Command Prompt on your machine, navigate the the folder where you extracted the files and run the initialization command:

Windows - ./MASQNode --initialization Mac - sudo -E ./MASQNode --initialization Linux - sudo ./MASQNode --initialization (you will likely then be prompted for your password)

After extracting the GUI files to a suitable place on your computer as well simply run the index.html file while the daemon is running in the background, and you should see a 'daemon connected' success message on the bottom left of the page to show its connected.

Build GUI

Requirements:

  • Node.js
  • npm

Build Steps:

  • npm install
  • npm run build

Build output in ./dist/ directory.

GUI Development Server

This assumes you've installed the packages and have the required software noted above.

  • npm run start:dev

Navigate to http://localhost:8111

Test

  • npm run test

About

Browser Based MASQ GUI based on the MASQNodeUI-v2 interface

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Vue 56.3%
  • JavaScript 43.5%
  • HTML 0.2%