0.0.1 • Published 6 years ago

@owstack/ows-wallet-plugin-sdk v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

OWS Wallet Plugin SDK

The Software Development Kit for OWS Wallet plugins.

Installation

Install bower and grunt if you haven't already:

npm install -g bower
npm install -g grunt-cli

Build:

sudo gem install sass
bower install
npm install
grunt

Build outputs are written to the release/ directory.

Libraries

Applet
  • ows-wallet-pre-applet(.min).js
  • ows-wallet-pre-applet.css

Provides the applet runtime environment plus the following capabilities.

  • External link service - provides for opening browser links from the app.
  • Node Webkit service - provides some capabilities specific to the Node Webkit app build
  • Popup service - provides cross platform popup dialogs including alerts and confirms.

Servlet

  • ows-wallet-pre-servlet(.min).js

Provides the servlet runtime environment plus the following capabilities.

  • TBD

Support

  • GitHub Issues
    • Open an issue if you are having problems with this project

License

This plugin is released under the MIT License. Please refer to the LICENSE file that accompanies this project for more information including complete terms and conditions.