npm install vue-cli -g
git clone https://github.com/jerme404/wen-wallet
cd wen-wallet
npm install
npm run dev
npm run build
Set VUE_PUBLIC_PATH=/<path>/
in ./env.withpath
npm run build-with-path
Some specific configuration may be needed depending on your web server.
For nginx
location / {
try_files $uri $uri/ /index.html;
}
See the vue-router history mode docs.
./nerva-wallet-rpc --rpc-bind-port <whatever port you want wallet to listen on> --wallet-dir <wallet directory on disk> --rpc-login nerva:nerva --rpc-access-control-origins <CORS addresses, your web server URL> --rpc-auth-basic --trusted-daemon --log-level 3 --rpc-bind-ip <0.0.0.0 or your IP address> --confirm-external-bind --confirm-cleartext-auth```