None of these package are signed yet. Make sure you only download Scatter Desktop from this GitHub, and NOWHERE ELSE.
This runs best with node v10.15.3 and electron v5.0.1
- clone the repo
- run
yarn installto install the dependencies. Important: You can only use yarn to install right now as there's two versions of eosjs being pulled in and only yarn supports aliasing. - run
npm startto start the local server with hot-reloading - run
electron .or./node_modules/.bin/electron .from the directory to start electron.
npm run buildnpm run release-macornpm run release-windowsornpm run release-linux( you must build from the target machine )