All Projects → eosrio → Simpleos

eosrio / Simpleos

Licence: other
EOSIO Blockchain Interface & Wallet

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Simpleos

Tiny.scatter
Scatter compatible eos injection library
Stars: ✭ 31 (-80.25%)
Mutual labels:  blockchain, wallet, eos
Blockchainwallet Crypto
比特币、以太坊公私钥生成以及签名,长时间不维护可移步 https://github.com/QuincySx/ChainWallet
Stars: ✭ 183 (+16.56%)
Mutual labels:  blockchain, wallet, eos
Advanced Eos Examples
EOS Smart Contract Development Examples
Stars: ✭ 146 (-7.01%)
Mutual labels:  blockchain, eos
Vessel
Desktop wallet for the Hive blockchain
Stars: ✭ 116 (-26.11%)
Mutual labels:  blockchain, wallet
Atomicdex Desktop
atomicDEX Desktop app - project codename "Dextop"
Stars: ✭ 126 (-19.75%)
Mutual labels:  blockchain, wallet
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (-38.85%)
Mutual labels:  blockchain, wallet
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (-36.31%)
Mutual labels:  blockchain, wallet
Libra Wallet Poc
💰POC Libra wallet
Stars: ✭ 122 (-22.29%)
Mutual labels:  blockchain, wallet
Savjeecoin
A simple blockchain in Javascript. For educational purposes only.
Stars: ✭ 1,097 (+598.73%)
Mutual labels:  blockchain, wallet
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (-13.38%)
Mutual labels:  blockchain, eos
Alpha Wallet Android
An advanced Ethereum mobile wallet
Stars: ✭ 133 (-15.29%)
Mutual labels:  blockchain, wallet
Cryptokylin Testnet
EOS.io Kylin Testnet by cryptokylin.io
Stars: ✭ 140 (-10.83%)
Mutual labels:  blockchain, eos
Swiftyeos
SwiftyEOS is an open-source framework for interacting with EOS, written in Swift. Can be used on iOS and macOS.
Stars: ✭ 94 (-40.13%)
Mutual labels:  blockchain, eos
Verge
Official Verge Core Source Code Repository 💪
Stars: ✭ 1,311 (+735.03%)
Mutual labels:  blockchain, wallet
Desktop
The official Musicoin Desktop Wallet Application
Stars: ✭ 112 (-28.66%)
Mutual labels:  blockchain, wallet
Trust Wallet Ios
📱 Trust - Ethereum Wallet and Web3 DApp Browser for iOS
Stars: ✭ 1,228 (+682.17%)
Mutual labels:  blockchain, wallet
Ddn
DDN, Data Delivery Network, a next generation blockchain system
Stars: ✭ 118 (-24.84%)
Mutual labels:  blockchain, wallet
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-10.19%)
Mutual labels:  blockchain, wallet
Scatter
Scatter is an in-browser ( extension ) wallet for EOS which facilitates interaction between users and dapps.
Stars: ✭ 59 (-62.42%)
Mutual labels:  blockchain, eos
Coinonline
A Cryptocurrency/Blockchain wallet app based on React Native
Stars: ✭ 59 (-62.42%)
Mutual labels:  blockchain, wallet


SimplEOS

Your simple and secure EOS wallet.

Made with ♥️ by EOS Rio, 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 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 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.

Build it yourself

Dependencies Setup

Setup sources:

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].