update READMEs

This commit is contained in:
Florian Dold 2023-01-23 15:43:50 +01:00
parent 86e1cb5b06
commit 6816052615
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
10 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# anastasis-core
This package implements the core client logic of Anastasis in TypeScript.

View File

@ -0,0 +1,3 @@
# anastasis-webui
This package implements a web-based client UI for GNU Anastasis.

View File

@ -1,5 +1,7 @@
# Taler Demobank UI
Web-based user interface for the libeufin demobank.
## CLI Commands
- `pnpm install`: Installs dependencies

View File

@ -0,0 +1,5 @@
# taler-harness
This package implements the `taler-harness` CLI tool. It contains integration
tests for GNU Taler and GNU anastasis, as well as various helpers for managing
deployments of GNU Taler.

View File

@ -0,0 +1,4 @@
# taler-wallet-cli
This package provides `taler-wallet-cli`, the command-line interface for the
GNU Taler wallet.

View File

@ -0,0 +1,4 @@
# taler-wallet-core
This package implements `taler-wallet-core`, the main logic and storage
for the GNU Taler wallet.

View File

@ -0,0 +1,4 @@
# taler-wallet-embedded
Minimal wrapper and build system code to make `taler-wallet-core` run
on embedded interpreters (currently NodeJS via akono, and `quickjs-tart`).

View File

@ -0,0 +1,4 @@
# taler-wallet-webextension
This package contains the implementation of the GNU Taler wallet browser extension,
using the cross-browser WebExtension APIs.

View File

@ -0,0 +1,3 @@
# web-util
Common utilities for other web applications in this repository.