Mysterium VPN is desktop application to access Mysterium Network - decentralized VPN built on blockchain. https://mysterium.network/
Mysterium VPN - decentralized VPN built on blockchain
Mysterium VPN is a desktop application for accessing Mysterium Network - decentralized VPN built on blockchain.
- Homepage https://mysterium.network/
- Whitepaper
- Stable release
Build Setup
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:osx
Purpose of script:
- Download
myst
binary from https://github.com/mysteriumnetwork/node/releases and put it into your project'sbin
directory - Download
update-resolv-conf
and othermyst
dependencies from https://github.com/mysteriumnetwork/node/tree/master/bin/package/config into your project'sbin/config
directory. - Install
openvpn
from https://openvpn.net/ or for OSX with homebrew runbrew install openvpn
- Step 3. Woolia! Run application
No comments:
Post a Comment