Mysterium VPN is a desktop application for accessing Mysterium Network - decentralized VPN built on blockchain.
- Homepage https://mysterium.network/
- Whitepaper
- Stable release
Note that currently, the actually supported development environment is OSX. Other important ones like Plan9 and Linux is work in progress. And if You're developing on Windows You'll probably suffer lots of handy configuration.
- Step 1. Install project dependencies
Install yarn from https://yarnpkg.com/lang/en/docs/install/ and once you're all set, cd into your project's root directory.
brew install yarn
yarn install- Step 2. Install Mysterium Node dependency
yarn download:bins:osxPurpose of script:
- Download
mystbinary from https://github.com/mysteriumnetwork/node/releases and put it into your project'sbindirectory - Download
update-resolv-confand othermystdependencies from https://github.com/mysteriumnetwork/node/tree/master/bin/package/config into your project'sbin/configdirectory. - Install
openvpnfrom https://openvpn.net/ or for OSX with homebrew runbrew install openvpn
- Step 3. Woolia! Run application
yarn devFor instruction on how to contribute to this project, please read CONTRIBUTING.md.
Can be found here CODE_OF_CONDUCT.md.
This project was generated with electron-vue@142eea4 using vue-cli. Documentation about the original structure can be found here.
This project is licensed under the terms of the GNU General Public License v3.0 (see details).