dee-y / steempay-wallet

Digital currency wallet app for STEEM/SBD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SteemPay SBD Wallet

SteemPay is a mobile "Steem Backed Dollar" wallet app that steemians can use to spend SBD. This is the self-proclaimed "easiest wallet in crypto".

alt text

What this does

  • Allows login with correct username/password combo
  • Shows SBD transfer history
  • User can send SBD (with memo) to another steem user
  • Detects incoming payments

Download

Will be distributed through app store - but there is an alpha release apk file for Android in the dist folder

TO-DO

  • Code clean-up/refactoring
  • Limit tx history to 25 (or so)
  • Change icons/logos
  • Test on different deivces
  • Fix CSS for profile pic if it is not square
  • Default profile pic if user has none
  • Add check to login screen if logged_in
  • Native tx notifications
  • Add memo and date to tx history
  • Use an encrypted local storage instead of browser localstorage
  • Custom wallet API

How to build (in 5 minutes)

  • Zip the source (or use the zip in ./dist)
  • Go to https://build.phonegap.com and upload zip
  • Follow instructions (it will build in less than 1 minute)
  • Download to phone and install

License

Copyright (C) 2017 kodaxx

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Digital currency wallet app for STEEM/SBD


Languages

Language:JavaScript 53.6%Language:HTML 17.7%Language:CSS 14.7%Language:Java 6.6%Language:Objective-C 4.2%Language:Batchfile 3.2%