Go to file
Florian Dold 2b1e88737f
v0.2.7
2017-06-04 19:41:43 +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 add README for decls 2017-05-24 16:18:58 +02:00
doc moving content for wallet devs into doc/ 2017-05-31 15:19:40 +02:00
emscripten Simplify loading of the emscripten lib. 2017-05-27 18:43:34 +02:00
img misc. text fixes 2016-10-03 17:43:51 +02:00
node_modules memidb work in progress 2017-06-04 17:42:30 +02:00
selenium closing client and display upon each exception 2017-03-26 17:10:59 +02:00
src v0.2.7 2017-06-04 19:41:43 +02:00
tooling convert tests to ava tests 2017-05-27 19:20:27 +02:00
web-common@a8bff2e27b v0.2.3 2017-05-31 17:10:12 +02:00
.gitignore gitignore 2017-05-28 00:09:41 +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 lint for unused variables, fix query bug detected by this 2017-05-29 18:27:50 +02:00
INSTALL install file 2016-03-18 15:50:24 +01:00
Makefile set production flag for libraries when building production build 2017-05-29 12:48:37 +02:00
manifest.json v0.2.7 2017-06-04 19:41:43 +02:00
memidb.ts memidb stub 2017-05-29 01:05:01 +02:00
package.json memidb work in progress 2017-06-04 17:42:30 +02:00
README Finally give in and use React, minor tweeks. 2016-11-13 08:16:52 +01:00
tsconfig.json Add libtool version comparison module and tests 2017-06-04 19:27:50 +02:00
tslint.json lint for unused variables, fix query bug detected by this 2017-05-29 18:27:50 +02:00
webpack.config.js don't uglify, since it makes source maps too big 2017-06-03 20:48:26 +02:00
yarn.lock memidb work in progress 2017-06-04 17:42:30 +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