summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-08 15:35:21 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-08 15:35:21 +0200
commitdc40b119f85f26ebe5f897e9c518da212521f62f (patch)
tree2d2113088a18761354e32181ba0b8dcd3a99aa2c /README
parentcbadc1f70e5b8a08feedd5f1d892fc7e57e5d803 (diff)
parent6805b47b82c97af497a4b24b8b26f85c1eb5ab59 (diff)
downloadwallet-core-dc40b119f85f26ebe5f897e9c518da212521f62f.tar.gz
wallet-core-dc40b119f85f26ebe5f897e9c518da212521f62f.tar.bz2
wallet-core-dc40b119f85f26ebe5f897e9c518da212521f62f.zip
Merge branch 'master' of ssh://taler.net/var/git/wallet-webex
Diffstat (limited to 'README')
-rw-r--r--README32
1 files changed, 32 insertions, 0 deletions
diff --git a/README b/README
index 023ef1014..9a6c94ed6 100644
--- a/README
+++ b/README
@@ -1,8 +1,40 @@
+<<<<<<< HEAD
GNU Taler WebExtension Wallet
=============================
Cross-browser GNU Taler wallet written for the WebExtensions API.
+=======
+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
+>>>>>>> 6805b47b82c97af497a4b24b8b26f85c1eb5ab59
Installation
============