Skip to content

BitShares Wallet is a beautiful, minimalist, React.js mobile wallet built on io.js and koa

Notifications You must be signed in to change notification settings

yasir1brahim/bitshares-wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  1. go to project root directory
  2. cd www
  3. unpack node_modules_bsw.zip
  4. cd app\dl
  5. npm install
  6. cd ......
  7. npm install cordova -g
  8. cordova platform add android

Web build

  1. go to project root directory
  2. cd www
  3. npm run build
  4. set port = 5000
  5. http-server
  6. (optional) remove cookies, localstorage and web databases for localhost to clear applicaton settings
  7. open localhost:5000

Build for Android

  1. go to project root directory
  2. cordova build android --debug
  3. Resulting .apk file comes there - platforms\android\build\outputs\apk\android-debug.apk

About

BitShares Wallet is a beautiful, minimalist, React.js mobile wallet built on io.js and koa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • C++ 1.7%
  • Objective-C 0.3%
  • CoffeeScript 0.3%
  • C# 0.2%
  • Objective-C++ 0.1%
  • Other 0.1%