Go to file
2016-11-26 17:27:33 +01: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 re-add decl files 2016-11-14 01:28:37 +01:00
img misc. text fixes 2016-10-03 17:43:51 +02:00
node_modules update node_modules 2016-11-26 17:04:55 +01:00
playground implement / fix i18n for JSX 2016-11-17 02:58:27 +01:00
pogen fix pogen with sub-JSX expression 2016-11-23 01:07:12 +01:00
scripts test harness for both browser and node 2016-11-03 00:47:22 +01:00
selenium selenium: fix closing chrome test 2016-11-12 23:44:02 +01:00
src remove i18n.parts and switch fully to JSX syntax 2016-11-26 17:27:33 +01:00
testlib fix test runners 2016-11-23 01:59:17 +01:00
thirdparty Finally give in and use React, minor tweeks. 2016-11-13 08:16:52 +01:00
web-common@d4de1c912e automatic refresh with resume 2016-10-17 23:49:04 +02:00
.gitignore missing files / bump manifest 2016-11-19 23:50:50 +01: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 update configure/makefile 2016-11-23 01:33:39 +01:00
COPYING add license 2016-03-15 20:12:35 +01:00
gulpfile.js update configure/makefile 2016-11-23 01:33:39 +01:00
INSTALL install file 2016-03-18 15:50:24 +01:00
Makefile update configure/makefile 2016-11-23 01:33:39 +01:00
manifest.json manifest 0.2.0 2016-11-23 01:15:10 +01:00
package.json fix test runners 2016-11-23 01:59:17 +01:00
README Finally give in and use React, minor tweeks. 2016-11-13 08:16:52 +01:00
tsconfig.json more reproducible build (fixed time stamp, sort files) 2016-11-23 00:13:35 +01:00
yarn.lock fix test runners 2016-11-23 01:59:17 +01: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