# ScatterDesktop1 **Repository Path**: purson/ScatterDesktop1 ## Basic Information - **Project Name**: ScatterDesktop1 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Scatter Desktop ## Installation **None of these package are signed yet.** Make sure you only download Scatter Desktop from this GitHub, and **NOWHERE ELSE**. #### [CLICK HERE AND GRAB THE LATEST RELEASE](https://github.com/GetScatter/ScatterDesktop/releases) ### Running in development mode This runs best with `node v10.15.3` and `electron v5.0.1` - clone the repo - run `yarn install` to 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 start` to start the local server with hot-reloading - run `electron .` or `./node_modules/.bin/electron .` from the directory to start electron. ### Building - `npm run build` - `npm run release-mac` or `npm run release-windows` or `npm run release-linux` ( you must build from the target machine ) ## Creating Apps for Scatter ### Check out the [Documentation](https://get-scatter.com/docs/examples-interaction-flow)