34 lines
700 B
Plaintext
34 lines
700 B
Plaintext
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
|