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.
Requirements:
- Node.js
- npm
Build Steps:
npm installnpm run build
Build output in ./dist/ directory.
This assumes you've installed the packages and have the required software noted above.
npm run start:dev
Navigate to http://localhost:8111
npm run test