update READMEs
This commit is contained in:
parent
86e1cb5b06
commit
6816052615
3
packages/anastasis-core/README.md
Normal file
3
packages/anastasis-core/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# anastasis-core
|
||||
|
||||
This package implements the core client logic of Anastasis in TypeScript.
|
3
packages/anastasis-webui/README.md
Normal file
3
packages/anastasis-webui/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# anastasis-webui
|
||||
|
||||
This package implements a web-based client UI for GNU Anastasis.
|
@ -1,5 +1,7 @@
|
||||
# Taler Demobank UI
|
||||
|
||||
Web-based user interface for the libeufin demobank.
|
||||
|
||||
## CLI Commands
|
||||
|
||||
- `pnpm install`: Installs dependencies
|
||||
|
5
packages/taler-harness/README.md
Normal file
5
packages/taler-harness/README.md
Normal 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.
|
4
packages/taler-wallet-cli/README.md
Normal file
4
packages/taler-wallet-cli/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# taler-wallet-cli
|
||||
|
||||
This package provides `taler-wallet-cli`, the command-line interface for the
|
||||
GNU Taler wallet.
|
4
packages/taler-wallet-core/README.md
Normal file
4
packages/taler-wallet-core/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# taler-wallet-core
|
||||
|
||||
This package implements `taler-wallet-core`, the main logic and storage
|
||||
for the GNU Taler wallet.
|
4
packages/taler-wallet-embedded/README.md
Normal file
4
packages/taler-wallet-embedded/README.md
Normal 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`).
|
4
packages/taler-wallet-webextension/README.md
Normal file
4
packages/taler-wallet-webextension/README.md
Normal 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.
|
3
packages/web-util/README.md
Normal file
3
packages/web-util/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# web-util
|
||||
|
||||
Common utilities for other web applications in this repository.
|
Loading…
Reference in New Issue
Block a user