Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eosrio/simpleos
EOSIO Blockchain Interface & Wallet
https://github.com/eosrio/simpleos
angular blockchain electron eos eos-ecosystem wallet
Last synced: about 1 month ago
JSON representation
EOSIO Blockchain Interface & Wallet
- Host: GitHub
- URL: https://github.com/eosrio/simpleos
- Owner: eosrio
- License: other
- Created: 2018-06-12T06:05:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:34:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T08:40:02.571Z (8 months ago)
- Topics: angular, blockchain, electron, eos, eos-ecosystem, wallet
- Language: TypeScript
- Homepage: https://eosrio.io/simpleos/
- Size: 55.9 MB
- Stars: 166
- Watchers: 26
- Forks: 56
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-EOS - SimplEOS - Wallet by EOSRIO. (Tools / Wallets)
- awesome-eosio - eosrio/simpleos - Official GitHub. (Tools / Wallets and Toolkits)
README
SimplEOS
Your simple and secure EOS wallet.*Made with :hearts: by [EOS Rio](https://eosrio.io/)*, a Block producer candidate for the EOS ecosystem.
# About
SimplEOS is a wallet made solely for the EOS ecosystem and fully integrated with all features available in the EOS.IO software.
EOS Rio made SimplEOS with a security and transparency philosophy. It is a desktop application compatible with the most popular operation systems (Windows, Linux and MacOS).User experience focus was also a main part of SimplEOS creation process.
## Warning
Only download SimplEOS from EOS Rio's [website](https://eosrio.io/simpleos/) or [github](https://github.com/eosrio/simpleos). Avoid scams, do not trust any other source.
Distribution or copy of this software or any of its parts and associated documentation, is not allowed by applicable law, unless previous written permission is given by EOS Rio. All rights are reserved.
SimplEOS doesn't keep any of your information. All information is kept locally only, not in any cloud services or databases.
## Main Features
As of 13/01/2018, SimplEOS main features include:- Multiple chain support
- REX Support
- EOS Referendum system at `eosio.forum`
- Direct contract interaction
- Local Storage: private keys are encrypted and stored locally only.
- Multiple accounts support
- Token transfer
- All transactions are password protected
- Contacts List
- Transactions / Actions History
- Voting Portal
- Stake / Unstake functions - (un)delegatebw
- Support for generic tokens (airdrops)
- Custom endpoints on the mainnet
- Create new account## Roadmap
Next features to be implemented:
- Browser library & universal integration
- Delegate Permissions
- Setup Delayed Transactions
- Mobile Version
- Multi languages support## Security Measures
### Encryption & Local storage only
Your private keys are stored locally only and are properly encrypted with a user defined password of 10+ characters.### Proxy to fetch external data
Off-chain information (such as the Block Producer standard) are fetched via a proxy server provided by EOS Rio, to avoid malformed json data and third-party servers misconfigurations.## Download a pre-compiled build
https://github.com/eosrio/simpleos/releases/latest
## Legal Disclaimer
By downloading SimplEOS you agree to the [Terms of Service](https://eosrio.io/terms-of-service/).
## Build it yourself
### Dependencies Setup
- [Node.js v12.x](https://nodejs.org/en/download/current/)## Setup sources:
```console
git clone https://github.com/eosrio/simpleos.git
cd simpleos
npm install
npm run build:prod
```
Package the installer:
```
npm run dist
```
The packages will be available on the `/dist` folder.## Further help
To get more help please contact our team at [email protected] or at our [Telegram channel](https://t.me/eosrio).