The Software Development Kit for OWS Wallet plugins.
npm install @owstack/ows-wallet-plugin-sdkOWS Wallet Plugin SDK
=======
The Software Development Kit for OWS Wallet plugins.
Install bower and grunt if you haven't already:
``sh`
npm install -g bower
npm install -g grunt-cli
Build:
`sh``
sudo gem install sass
bower install
npm install
grunt
Build outputs are written to the release/ directory.
##### 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.
Provides the servlet runtime environment plus the following capabilities.
* TBD
* GitHub Issues
* Open an issue if you are having problems with this project
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.