Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GetScatter/ScatterDesktop
Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
https://github.com/GetScatter/ScatterDesktop
blockchain blockchain-technology blockchain-wallet crypto cryptocurrency eos ethereum tron
Last synced: about 9 hours ago
JSON representation
Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
- Host: GitHub
- URL: https://github.com/GetScatter/ScatterDesktop
- Owner: GetScatter
- License: gpl-3.0
- Created: 2018-07-04T22:23:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:48:25.000Z (almost 2 years ago)
- Last Synced: 2024-01-25T02:11:32.779Z (10 months ago)
- Topics: blockchain, blockchain-technology, blockchain-wallet, crypto, cryptocurrency, eos, ethereum, tron
- Language: JavaScript
- Homepage: https://get-scatter.com/
- Size: 331 MB
- Stars: 499
- Watchers: 57
- Forks: 216
- Open Issues: 145
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-eosio - GetScatter/ScatterDesktop - Official GitHub. (Tools / Wallets and Toolkits)
README
# Scatter Desktop
Scatter desktop is a cutting-egde wallet for blockchain as well as a global local-machine authentication provider.
## Installation
#### [CLICK HERE AND GRAB THE LATEST RELEASE](https://github.com/GetScatter/ScatterDesktop/releases)
Once you have a release build just install it and away you go.### 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.
- run `electron .` or `./node_modules/.bin/electron .` from the directory to start electron.You will also need [ScatterEmbed](https://github.com/GetScatter/ScatterEmbed) running locally as this desktop client simply runs the wallet
software 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.
### Building
- `npm run release-mac` or `npm run release-windows` or `npm run release-linux` ( you must build from the target machine )