Go to file
2016-05-14 00:01:00 +02:00
articles minor fixes 2016-05-14 00:01:00 +02:00
background add author 2016-03-01 19:56:41 +01:00
content_scripts fix #4474 2016-04-27 04:10:26 +02:00
contrib re-add files from old wallet repo to contrib/ 2016-03-01 14:25:13 +01:00
i18n Fix i18n issues 2016-04-06 01:32:19 +02:00
img restructure 2016-02-29 18:03:02 +01:00
lib remove tex temp files that don't belong here 2016-05-13 13:51:46 +02:00
pages simple view 2016-04-27 06:50:38 +02:00
pogen add author 2016-03-01 19:56:41 +01:00
popup Leave sending the payment blob to the merchant. 2016-04-06 02:06:57 +02:00
selenium selenium: .crx passed in options 2016-05-12 15:06:53 +02:00
style lang.css 2016-03-01 14:50:28 +01:00
test comment 2016-05-09 14:37:43 +02:00
.gitignore gitignore 2016-04-06 01:33:32 +02:00
AUTHORS authors file 2016-02-29 18:04:08 +01:00
configure add more configure checks 2016-03-21 18:24:55 +01:00
COPYING add license 2016-03-15 20:12:35 +01:00
gulpfile.js clean up i18n 2016-03-18 17:35:52 +01:00
INSTALL install file 2016-03-18 15:50:24 +01:00
Makefile Fix i18n issues 2016-04-06 01:32:19 +02:00
manifest.json bump version 2016-04-27 06:52:01 +02:00
package.json istanbul instrumentation 2016-04-27 15:31:15 +02:00
README fix botched merge 2016-04-08 15:52:03 +02:00
tsconfig.json version 2016-04-27 01:46:24 +02:00

GNU Taler WebExtension Wallet
=============================

Cross-browser GNU Taler wallet written for the WebExtensions API.


Installation
============

Run `./configure && make' to create an archive
containing the extension in ./build/taler-wallet-$VERSION.zip

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

Emscripten compiled dependencies:
* libgnunetutil
* libgnunetjson
* libgcrypt
* libunistring


Documentation
=============

See the documentation at http://doc.taler.net/dev-wallet-wx.html