Go to file
Christian Grothoff 2f4aaca850 compress
2016-08-26 16:17:11 +02:00
articles compress 2016-08-26 16:17:11 +02:00
background fixing #4594 2016-07-07 17:59:29 +02:00
content_scripts fixing #4594 2016-07-07 17:59:29 +02:00
contrib re-add files from old wallet repo to contrib/ 2016-03-01 14:25:13 +01:00
i18n fixing #4594 2016-07-07 17:59:29 +02:00
img restructure 2016-02-29 18:03:02 +01:00
lib fixing #4594 2016-07-07 17:59:29 +02:00
pages fixing #4594 2016-07-07 17:59:29 +02:00
pogen fixing #4594 2016-07-07 17:59:29 +02:00
popup fixing #4594 2016-07-07 17:59:29 +02:00
selenium addressing #4522 2016-05-23 15:35:54 +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 fixing #4594 2016-07-07 17:59:29 +02: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 fix version and manifest 2016-06-01 20:21:51 +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