Go to file
2016-10-11 22:59:19 +02:00
.vscode vscode settings 2016-10-11 22:59:19 +02:00
articles Minor tweaks to ui paper 2016-10-01 10:56:55 -04:00
background remove lodash 2016-10-11 14:57:18 +02:00
content_scripts make ping side-effect free 2016-10-11 20:26:43 +02:00
contrib re-add files from old wallet repo to contrib/ 2016-03-01 14:25:13 +01:00
i18n fix manifest 2016-10-11 14:52:05 +02:00
img misc. text fixes 2016-10-03 17:43:51 +02:00
lib formatting 2016-10-11 22:58:59 +02:00
node_modules add node_modules to address #4364 2016-10-10 03:43:44 +02:00
pages update version 2016-10-10 04:01:14 +02:00
playground still on mock contract 2016-09-30 01:04:14 +02:00
pogen fix pogen 2016-10-10 17:43:40 +02:00
popup fix text for logs 2016-10-10 03:16:12 +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/systemjs/' content from commit 5ed69b6 2016-10-10 03:50:11 +02:00
thirdparty thirdparty readme for systemjs 2016-10-10 03:51:33 +02:00
web-common@e9eb34dfb5 update web-common to HEAD 2016-10-11 17:11:55 +02:00
.gitignore gitignore 2016-10-11 22:58:55 +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 firefox build: min_version, xpi 2016-10-06 14:32:01 +02:00
INSTALL install file 2016-03-18 15:50:24 +01:00
Makefile Squashed 'thirdparty/systemjs/' content from commit 5ed69b6 2016-10-10 03:50:11 +02:00
manifest.json version 0.1.2 2016-10-11 20:30:07 +02:00
package.json Squashed 'thirdparty/systemjs/' content from commit 5ed69b6 2016-10-10 03:50:11 +02:00
README refactor / remove lodash dependency 2016-10-10 00:37:08 +02:00
tsconfig.json prettier syntax (JSX) for rendering 2016-10-05 17:38:02 +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
* jed: gettext parsing 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