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

arturd-softgrad/bitshares-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  1. go to project root directory
  2. cd dev
  3. unpack node_modules_bsw.zip so that node_modules directory appeared in Dev directory
  4. cd app\dl
  5. npm install
  6. cd ......
  7. npm install cordova -g
  8. Install Android SDK
  9. cordova platform add android

Web build

  1. go to project root directory
  2. cd dev
  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

Android build

  1. go to project root directory
  2. cd dev
  3. npm run buildprod
  4. cd ..
  5. If any changes of external resources (css, images etc) occured since last build, manually copy these folders from dev\app\assets\ to www\assets
  6. cordova build android --debug
  7. Resulting .apk file comes to platforms\android\build\outputs\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