Go to file
2016-09-30 01:04:14 +02:00
articles remove generated file 2016-09-22 15:09:33 +02:00
background add animation 2016-09-23 21:57:07 +02:00
content_scripts history aggregation 2016-09-29 01:40:29 +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 make icon bolder; prerender 2016-09-24 02:25:24 +02:00
lib contract playground 2016-09-29 16:31:55 +02:00
pages contract playground 2016-09-29 16:31:55 +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 fix unit for timestamp 2016-09-29 13:06:39 +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 fix compiler warnings 2016-09-12 20:25:56 +02:00
web-common@aa18912d33 make 402 payments work again 2016-09-26 14:52:33 +02:00
.gitignore gitignore 2016-04-06 01:33:32 +02:00
.gitmodules help submodule 2016-09-26 18:14:32 +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 2016-09-29 13:07:13 +02:00
package.json skeleton for webrequest 2016-09-06 13:31:30 +02:00
README fix botched merge 2016-04-08 15:52:03 +02:00
tsconfig.json make 402 payments work again 2016-09-26 14:52:33 +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