Go to file
Florian Dold 718600c914
remove playground for now
Doesn't work with the new module system anymore.  We should add some
playground entry point with webpack at some point when we need it.
2017-05-24 16:16:11 +02:00
.vscode crypto for refreshing 2016-10-12 23:30:10 +02:00
articles Minor tweaks to ui paper 2016-10-01 10:56:55 -04:00
contrib re-add files from old wallet repo to contrib/ 2016-03-01 14:25:13 +01:00
decl Reorganize module loading. 2017-04-24 16:14:29 +02:00
img misc. text fixes 2016-10-03 17:43:51 +02:00
node_modules fix build issues and add typedoc 2017-05-24 15:11:17 +02:00
scripts test harness for both browser and node 2016-11-03 00:47:22 +01:00
selenium closing client and display upon each exception 2017-03-26 17:10:59 +02:00
src remove dead code and add comments 2017-05-24 16:14:23 +02:00
tooling remove dead code and add comments 2017-05-24 16:14:23 +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 Reorganize module loading. 2017-04-24 16:14:29 +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 configure error message 2017-05-23 13:18:23 +02:00
COPYING add license 2016-03-15 20:12:35 +01:00
gulpfile.js simplify translations build system 2017-05-24 14:54:45 +02:00
INSTALL install file 2016-03-18 15:50:24 +01:00
Makefile fix build issues and add typedoc 2017-05-24 15:11:17 +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 fix build issues and add typedoc 2017-05-24 15:11:17 +02:00
README Finally give in and use React, minor tweeks. 2016-11-13 08:16:52 +01:00
tsconfig.json implement payback (with rudimentary UI) 2017-05-01 04:05:16 +02:00
webpack.config.js revert sourcemap config change, old one works perfectly fine in chrome 2017-05-23 14:36:11 +02:00
yarn.lock fix build issues and add typedoc 2017-05-24 15:11:17 +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