2016-04-08 15:20:05 +02:00
|
|
|
GNU Taler WebExtension Wallet
|
|
|
|
=============================
|
|
|
|
|
|
|
|
Cross-browser GNU Taler wallet written for the WebExtensions API.
|
|
|
|
|
2015-11-25 20:41:31 +01:00
|
|
|
|
2016-03-18 15:47:17 +01:00
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
|
|
|
Run `./configure && make' to create an archive
|
|
|
|
containing the extension in ./build/taler-wallet-$VERSION.zip
|
|
|
|
|
2016-04-08 15:20:05 +02:00
|
|
|
Dependencies
|
|
|
|
============
|
|
|
|
|
|
|
|
This project has the following third-party runtime dependencies:
|
|
|
|
|
|
|
|
* URI.js: URL parsing and construction
|
|
|
|
* mithril.js: view-layer based on virtual DOMs
|
|
|
|
* jed: gettext parsing for JavaScript
|
|
|
|
* lodash: standard helper library for JavaScript
|
|
|
|
* system.js: Module loader for browsers that don't support
|
|
|
|
ES6 modules
|
|
|
|
|
2016-03-18 15:47:17 +01:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
=============
|
|
|
|
|
2016-02-22 14:30:19 +01:00
|
|
|
See the documentation at http://doc.taler.net/dev-wallet-wx.html
|