2019-08-16 23:29:29 +02:00
|
|
|
GNU Taler Wallet
|
|
|
|
================
|
2016-04-08 15:20:05 +02:00
|
|
|
|
|
|
|
Cross-browser GNU Taler wallet written for the WebExtensions API.
|
|
|
|
|
2015-11-25 20:41:31 +01:00
|
|
|
|
2016-03-18 15:47:17 +01:00
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
|
|
|
Run `./configure && make' to create an archive
|
|
|
|
containing the extension in ./build/taler-wallet-$VERSION.zip
|
|
|
|
|
2016-04-08 15:20:05 +02:00
|
|
|
Dependencies
|
|
|
|
============
|
|
|
|
|
2016-11-13 08:16:12 +01:00
|
|
|
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)
|
2016-04-08 15:20:05 +02:00
|
|
|
|
|
|
|
|
2016-04-08 15:52:03 +02:00
|
|
|
Emscripten compiled dependencies:
|
|
|
|
* libgnunetutil
|
|
|
|
* libgnunetjson
|
|
|
|
* libgcrypt
|
|
|
|
* libunistring
|
|
|
|
|
2016-03-18 15:47:17 +01:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
=============
|
|
|
|
|
2016-02-22 14:30:19 +01:00
|
|
|
See the documentation at http://doc.taler.net/dev-wallet-wx.html
|