Skip to content

levakhnazarov/simpleos

 
 

Repository files navigation


SimplEOS

Your simple and secure EOS wallet.

Made with ♥️ by EOS Rio, a Block producer candidate for the EOS ecosystem.

Build Status

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 or github. 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 12/06/2018, SimplEOS main features include:

  • 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:

  • Testnets support
  • 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

  • Windows
    • f8402bd807e0708ed28ceb554d146c7e3d72a64db3bc1837a907b3086fb4fb03 simpleos-setup-0.6.4.exe
  • MacOS
    • 82040b00b75d510650a29a078b1b94df471ec4bdec33092b557c9ef1b71cfce6 simpleos-0.6.4.dmg
  • Linux AppImage
    • f9a374cdbb5bcaa3ec23a7db28b8cd236c7d47db1679f39d524aea29a72031ac simpleos-0.6.4-x86_64.AppImage
  • Linux DEB
    • 137839622a94ce54f4b45a0de055db918102f76af22e736278c52dcbcdaf8e86 simpleos_0.6.4_amd64.deb

Legal Disclaimer

By downloading SimplEOS you agree to the Terms of Service.

Build it yourself

Yarn is strongly recommended instead of npm.

Dependencies Setup

Windows

Ubuntu

# Install Node.js 10
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential

# Install Yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn

Fedora / Red Hat®

# Install Node.js 10
curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash -
sudo yum -y install nodejs
sudo yum install gcc-c++ make

# Install Yarn
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
sudo yum install yarn

MacOS

# Install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

# Install Node.js 10
brew install node

# Install Yarn
brew install yarn

Setup sources:

git clone https://github.com/eosrio/simpleos.git
cd simpleos
yarn install
yarn run build:prod

Create installer:

yarn dist

The packages will be available on the /dist folder.

Further help

To get more help please contact our team at contact@eosrio.io or at our Telegram channel.

About

EOS Blockchain Interface & Wallet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.3%
  • TypeScript 6.6%
  • HTML 4.8%
  • CSS 1.3%