Scatter desktop is a cutting-egde wallet for blockchain as well as a global local-machine authentication provider.
Once you have a release build just install it and away you go.
This runs best with node v10.15.3
and electron v5.0.1
yarn install
to install the dependencies.electron .
or ./node_modules/.bin/electron .
from the directory to start electron.You will also need ScatterEmbed running locally as this desktop client simply runs the walletsoftware that protects keys and controls encryption.
Edit the .env
file to point to your locally running version of Scatter Embed, or leave it as-is to run it with our live version.
npm run release-mac
or npm run release-windows
or npm run release-linux
( you must build from the target machine )