@owstack/ows-wallet-plugin-sdk
v0.0.1
Published
The Software Development Kit for OWS Wallet plugins.
Downloads
2
Readme
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.