Florian Dold c26ee93d53
Optimize production builds.
Uses UglifyJS, and thus TypeScript needs to compile down to ES5, since
UglifyJS does not yet fully support ES6.  Once all ES6 bugs in UglifyJS,
we should compile to ES6 again.
2017-04-24 23:18:15 +02:00
2016-10-12 23:30:10 +02:00
2016-10-01 10:56:55 -04:00
2017-04-24 16:14:29 +02:00
2016-10-03 17:43:51 +02:00
2017-04-24 16:14:29 +02:00
2016-11-17 02:58:27 +01:00
2017-04-24 17:50:13 +02:00
2017-04-24 16:14:29 +02:00
2017-03-26 17:07:18 +02:00
2017-04-24 16:14:29 +02:00
2016-10-03 16:35:13 +02:00
2016-02-29 18:04:08 +01:00
2016-11-23 01:33:39 +01:00
2016-03-15 20:12:35 +01:00
2017-04-24 23:18:15 +02:00
2016-03-18 15:50:24 +01:00
2016-11-27 22:13:24 +01:00
2017-04-24 16:14:29 +02:00
2017-04-24 23:18:15 +02:00
2017-04-24 23:18:15 +02:00
2017-04-24 23:18:15 +02:00
2017-04-24 23:18:15 +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
Description
No description provided
Readme 67 MiB
Languages
TypeScript 70.2%
TeX 27.2%
SCSS 0.8%
JavaScript 0.7%
CSS 0.4%
Other 0.6%