Go to file
2016-04-08 14:48:03 +02:00
articles moving here wallet papers forlder 2016-03-21 16:41:40 +01:00
background add author 2016-03-01 19:56:41 +01:00
content_scripts also send H_contract as response 2016-04-06 02:19:36 +02:00
contrib re-add files from old wallet repo to contrib/ 2016-03-01 14:25:13 +01:00
i18n Fix i18n issues 2016-04-06 01:32:19 +02:00
img restructure 2016-02-29 18:03:02 +01:00
lib Leave sending the payment blob to the merchant. 2016-04-06 02:06:57 +02:00
pages Leave sending the payment blob to the merchant. 2016-04-06 02:06:57 +02:00
pogen add author 2016-03-01 19:56:41 +01:00
popup Leave sending the payment blob to the merchant. 2016-04-06 02:06:57 +02:00
style lang.css 2016-03-01 14:50:28 +01:00
test selenium skeleton 2016-03-02 02:32:41 +01:00
.gitignore gitignore 2016-04-06 01:33:32 +02:00
AUTHORS authors file 2016-02-29 18:04:08 +01:00
configure add more configure checks 2016-03-21 18:24:55 +01:00
COPYING add license 2016-03-15 20:12:35 +01:00
gulpfile.js clean up i18n 2016-03-18 17:35:52 +01:00
INSTALL install file 2016-03-18 15:50:24 +01:00
Makefile Fix i18n issues 2016-04-06 01:32:19 +02:00
manifest.json bump manifest 2016-03-05 12:18:01 +01:00
package.json fix archive creation 2016-03-18 15:35:50 +01:00
README adapting README to APP guidelines 2016-04-08 14:48:03 +02:00
tsconfig.json Fix i18n issues 2016-04-06 01:32:19 +02:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

TALER WALLET

Description
===========

It implements the Taler wallet, which is a Web cross-browser extension written for the WebExtensions API.
This wallet is able to cooperate with all the other components : bank/merchant/exchange

Innovative Aspects
==================

The wallet is a full fledged cryptographic tool, which is pionieristic to find in the browsers extensions
world. In fact, not even platforms as Google Chrome have natively implemented all the cryptographic
routines needed by the Taler wallet. The other innovative aspects is that it allows the user to pay
anonymously and legally.

Planning/Perspectives
=====================

Although the WebExtensions API are meant to be cross-browser, only Google Chrome nowadays supports it;
thus in the future the wallet should be integrated also with other browsers.

Runtime Dependencies
====================

libgnunetutil
libgnunetjson
libgcrypt
libunistring

Installation
============

Run `./configure && make' to create an archive
containing the extension in ./build/taler-wallet-$VERSION.zip


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

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