Go to file
2020-07-28 14:22:35 +05:30
.vscode editor settings 2020-07-20 16:20:16 +05:30
articles
bin
build-system submodule version 2020-07-24 13:38:22 +05:30
contrib adjust devrelease script 2020-07-16 23:11:58 +05:30
integrationtests nicer HTTP helper in preparation for better error handling 2020-07-20 17:46:49 +05:30
packages
src towards the new withdrawal API (temporarily breaks WebExtension wallet) 2020-07-28 14:22:35 +05:30
webextension
.dir-locals.el
.eslintrc.js upgrade rollup; bundle TS directly 2020-07-17 18:00:34 +05:30
.gitignore gitignore 2020-07-20 16:21:46 +05:30
.gitmodules
.prettierrc
.yarnrc
AUTHORS
bootstrap
ChangeLog
configure.py
COPYING
INSTALL
Makefile upgrade rollup; bundle TS directly 2020-07-17 18:00:34 +05:30
package.json upgrade rollup; bundle TS directly 2020-07-17 18:00:34 +05:30
README
rollup.config.js upgrade rollup; bundle TS directly 2020-07-17 18:00:34 +05:30
tsconfig.json
yarn.lock upgrade rollup; bundle TS directly 2020-07-17 18:00:34 +05:30

GNU Taler Wallet
================

This package implements a wallet for GNU Taler in TypeScript.

It can be run on different platforms:
1. As a cross-browser extension, written for the WebExtension API
2. As a Node.js package


Dependencies
============

Dependencies are managed as NPM dependencies.  For performance reasons,
we use `yarn' as a replacement for `npm' in the build system.


pre-configure step
==================

When building from source, run

`./bootstrap`


Building from source (Web Extension)
======================================

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


Building from source (Node.JS)
======================================

Run `./configure --prefix=$PREFIX && make' to build the wallet.
The command line interface for the wallet is available
in `./bin/taler-wallet-cli'.


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

To install the package permanently on your system, run:

`$ npm install -g --prefix $PREFIX .``

The binaries will be installed to `$PREFIX/bin`.