blob: 7ea8dd11c30b4c5b68b5f83f98b097b2ffa3c081 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
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
* mithril.js: view-layer based on virtual DOMs
* jed: gettext parsing for JavaScript
* lodash: standard helper library 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
|