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".
- Allows login with correct username/password combo
- Shows SBD transfer history
- User can send SBD (with memo) to another steem user
- Detects incoming payments
Will be distributed through app store - but there is an alpha release apk file for Android in the dist folder
Code clean-up/refactoring- Limit tx history to 25 (or so)
Change icons/logosTest on different deivcesFix CSS for profile pic if it is not squareDefault profile pic if user has noneAdd 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
- 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
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.