Go to file
2017-05-28 00:40:43 +02:00
.vscode
articles
contrib
decl add README for decls 2017-05-24 16:18:58 +02:00
emscripten Simplify loading of the emscripten lib. 2017-05-27 18:43:34 +02:00
img
node_modules add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
selenium closing client and display upon each exception 2017-03-26 17:10:59 +02:00
src add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
tooling convert tests to ava tests 2017-05-27 19:20:27 +02:00
web-common@a8bff2e27b remove dependency in taler-wallet-lib, implement pay signature check/storage 2017-04-26 03:10:52 +02:00
.gitignore gitignore 2017-05-28 00:09:41 +02:00
.gitmodules
AUTHORS
configure configure error message 2017-05-23 13:18:23 +02:00
COPYING
gulpfile.js Simplify loading of the emscripten lib. 2017-05-27 18:43:34 +02:00
INSTALL
Makefile add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
manifest.json remove dependency in taler-wallet-lib, implement pay signature check/storage 2017-04-26 03:10:52 +02:00
package.json add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
README
tsconfig.json fix module loading for node under fake web workers 2017-05-27 22:55:52 +02:00
tslint.json add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
webpack.config.js Simplify loading of the emscripten lib. 2017-05-27 18:43:34 +02:00
yarn.lock add linting (and some initial fixes) 2017-05-28 00:40:43 +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
============

See thirdparty/README for a list of dependencies that are checked into this
repository as a git subtree.

This project also has the following third-party runtime dependencies, which
are checked in compiled or minified form:
- React (Facebook Inc., BSD License)


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


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

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