From 2edb2df04fd0e937e8cc37a6878ef2dcc512a134 Mon Sep 17 00:00:00 2001 From: Igor Lins e Silva Date: Tue, 12 Jun 2018 18:19:27 -0300 Subject: [PATCH] more fixes --- README.md | 21 +- package.json | 28 +- src/app/dashboard/about/about.component.html | 1 + src/app/dashboard/config/config.component.ts | 21 +- src/app/dashboard/send/send.component.html | 272 +++++++++--------- src/app/dashboard/send/send.component.ts | 62 ++-- src/app/dashboard/vote/vote.component.html | 3 +- src/app/dashboard/vote/vote.component.ts | 12 +- .../dashboard/wallet/wallet.component.html | 3 +- src/app/eosjs.service.ts | 91 +++--- src/app/landing/landing.component.html | 3 +- src/app/landing/landing.component.ts | 9 +- src/index.js | 2 +- 13 files changed, 304 insertions(+), 224 deletions(-) diff --git a/README.md b/README.md index 1b5bc339..3fa2338b 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,18 @@ User experience focus was also a main part of SimplEOS creation process. 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 12/06/2018, SimplEOS main features include: - Local Storage: private keys are encrypted and stored locally only. -- Import exodus wallet +- Import Exodus wallet - Multiple accounts support - Token transfer -- Password Protected +- All transactions are password protected - Contacts List / Add contacts - Transactions / Actions History - Voting Portal @@ -42,6 +45,7 @@ As soon as mainnet is activated with 15% of votes: Next features to be implemented: - Create new account *- high priority* - Create new wallet *- high priority* +- Edit/remove contacts *- high priority* - Testnets support - Delegate Permissions - Secured Delayed Transactions @@ -55,13 +59,14 @@ Your private keys are stored locally only and are properly encrypted with a user ### Proxy to fetch external data External informations outside of the blockchain (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. -## Installation Instructions -- Windows -- MacOS -- Linux +## Download +- [Windows]() +- [MacOS]() +- [Linux]() ## Building Instructions +#### Windows ```console git clone https://github.com/eosrio/simpleos.git cd simpleos @@ -79,6 +84,10 @@ For development and quick preview npm run build && npx @electron-forge/cli start ``` +#### MacOS + +#### Linux + ## Legal Disclaimer By downloading SimplEOS you agree to the [Terms of Service](https://eosrio.io/terms-of-service/). diff --git a/package.json b/package.json index 514090a2..b4b928e4 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,11 @@ "name": "simpleos", "productName": "simpleos", "description": "EOS Blockchain Interface & Wallet", - "author": "eosrio", + "author": "EOS Rio", "repository": "https://github.com/eosrio/simpleos", "homepage": "https://github.com/eosrio/simpleos", "license": "UNLICENSED", - "version": "0.2.2", + "version": "0.2.3", "scripts": { "ng": "ng", "start": "electron-forge start", @@ -33,10 +33,13 @@ "win32" ], "config": { - "name": "simpleos_wallet", + "name": "simplEOS", + "title": "simplEOS", "loadingGif": "C:/simpleos/simpleos.gif", - "icon": "C:/simpleos/src/favicon.ico", - "setupIcon": "C:/simpleos/src/favicon.ico" + "iconUrl": "file:///C:/simpleos/src/favicon.ico", + "setupIcon": "C:/simpleos/src/favicon.ico", + "noMsi": false, + "setupMsi": "simplEOS-setup" } }, { @@ -45,7 +48,8 @@ "darwin" ], "config": { - "format": "UFLO" + "name": "simplEOS", + "format": "UDZO" } }, { @@ -53,7 +57,17 @@ "platforms": [ "linux" ], - "config": {} + "config": { + "options": { + "name": "simplEOS", + "productName": "simplEOS", + "icon": "/home/entropia/simpleos/src/favicon.ico", + "homepage":"https://github.com/eosrio/simpleos", + "maintainer":"eosrio", + "productDescription": "EOS Blockchain Interface & Wallet by EOS Rio", + "description": "EOS Blockchain Interface & Wallet by EOS Rio" + } + } }, { "name": "@electron-forge/maker-rpm", diff --git a/src/app/dashboard/about/about.component.html b/src/app/dashboard/about/about.component.html index f57ae316..7a67a720 100644 --- a/src/app/dashboard/about/about.component.html +++ b/src/app/dashboard/about/about.component.html @@ -11,6 +11,7 @@
Producer name: eosriobrazil

For more information on our projects, visit eosrio.io

+

Help us continue funding this projects by voting for us as Block Producers :)