Go to file
2016-10-04 11:50:26 +02:00
articles Minor tweaks to ui paper 2016-10-01 10:56:55 -04:00
background run scripts on background page after onLoad 2016-09-30 20:45:18 +02:00
content_scripts version 0.6.10 2016-10-04 11:48:57 +02:00
contrib re-add files from old wallet repo to contrib/ 2016-03-01 14:25:13 +01:00
i18n version 2016-09-28 11:53:30 +02:00
img misc. text fixes 2016-10-03 17:43:51 +02:00
lib contract playground 2016-09-29 16:31:55 +02:00
pages misc. text fixes 2016-10-03 17:43:51 +02:00
playground still on mock contract 2016-09-30 01:04:14 +02:00
pogen examples 2016-09-26 22:56:01 +02:00
popup misc. text fixes 2016-10-03 17:43:51 +02:00
selenium addressing #4522 2016-05-23 15:35:54 +02:00
style version 0.6.10 2016-10-04 11:48:57 +02:00
test Squashed 'thirdparty/preact/' content from commit b2d90cc 2016-10-04 11:50:26 +02:00
thirdparty/preact Merge commit '30b577138dda685f65a8529be1866afa6e321845' as 'thirdparty/preact' 2016-10-04 11:50:26 +02:00
web-common@aa18912d33 make 402 payments work again 2016-09-26 14:52:33 +02:00
.gitignore Squashed 'thirdparty/preact/' content from commit b2d90cc 2016-10-04 11:50:26 +02:00
.gitmodules make help local 2016-10-03 16:35:13 +02:00
AUTHORS authors file 2016-02-29 18:04:08 +01:00
configure check for node version 2016-09-26 18:48:14 +02:00
COPYING add license 2016-03-15 20:12:35 +01:00
gulpfile.js version 2016-09-28 11:53:30 +02:00
INSTALL install file 2016-03-18 15:50:24 +01:00
Makefile i18n.plural() 2016-09-27 13:08:38 +02:00
manifest.json version 0.6.10 2016-10-04 11:48:57 +02:00
package.json Squashed 'thirdparty/preact/' content from commit b2d90cc 2016-10-04 11:50:26 +02:00
README fix botched merge 2016-04-08 15:52:03 +02:00
tsconfig.json tsconfig 2016-09-30 20:45:25 +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