Go to file
2016-11-08 22:16:50 +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
background remove lodash 2016-10-11 14:57:18 +02:00
content_scripts make db layer more type safe 2016-10-18 01:16:31 +02:00
contrib re-add files from old wallet repo to contrib/ 2016-03-01 14:25:13 +01:00
i18n selenium: correctly picking amount to withdraw 2016-11-08 22:03:00 +01:00
img misc. text fixes 2016-10-03 17:43:51 +02:00
lib tests for crypto API 2016-11-08 17:19:09 +01:00
node_modules fixes to test harness 2016-11-08 16:52:03 +01:00
pages spacing 2016-10-19 23:27:46 +02:00
playground still on mock contract 2016-09-30 01:04:14 +02:00
pogen fix pogen 2016-10-10 17:43:40 +02:00
popup make queries then-able 2016-10-20 01:37:00 +02:00
scripts test harness for both browser and node 2016-11-03 00:47:22 +01:00
selenium selenium: fixing up to make_donation. Fail due to #4762 2016-11-08 22:16:50 +01:00
style version 0.6.10 2016-10-04 11:48:57 +02:00
testlib improve TAP output 2016-11-08 16:56:58 +01:00
thirdparty Update preact version 2016-11-08 15:19:39 +01:00
web-common@d4de1c912e automatic refresh with resume 2016-10-17 23:49:04 +02:00
.gitignore Squashed 'thirdparty/preact/' changes from b2d90cc..ba094e2 2016-11-08 15:07:07 +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 check for node version (correctly this time) 2016-11-03 04:15:29 +01:00
COPYING add license 2016-03-15 20:12:35 +01:00
gulpfile.js fixes to test harness 2016-11-08 16:52:03 +01:00
INSTALL install file 2016-03-18 15:50:24 +01:00
Makefile adjust makefile to node_modules in repo 2016-10-10 03:47:34 +02:00
manifest.json manifest: version++ 2016-10-25 17:57:38 +02:00
package.json fixes to test harness 2016-11-08 16:52:03 +01:00
README refactor / remove lodash dependency 2016-10-10 00:37:08 +02:00
tsconfig.json fixes to test harness 2016-11-08 16:52:03 +01:00
yarn.lock fixes to test harness 2016-11-08 16:52:03 +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
============

This project has the following third-party runtime dependencies:

* URI.js: URL parsing and construction
* jed: gettext parsing for JavaScript
* system.js:  Module loader for browsers that don't support
  ES6 modules

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


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

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