wallet-core/packages/taler-util
Florian Dold f56a563533
build system: get rid of prepare scripts
These don't seem to be the right location to compile packages.
The newest version of pnpm runs all those scripts on "pnpm install",
even if we filter for only one package.  That results in a build
performance issue.
2023-06-06 15:25:53 +02:00
..
src wallet-core: deterministic p2p contract encryption 2023-06-06 15:00:15 +02:00
package.json build system: get rid of prepare scripts 2023-06-06 15:25:53 +02:00
README.md pogen WIP 2021-03-27 13:55:15 +01:00
tsconfig.json put taler wallet RPC into taler-util, make it cross-platform 2023-01-26 12:48:35 +01:00

@gnu-taler/taler-util

This package implements various utility functionality for GNU Taler.

When should something be moved to this package?

The @gnu-taler/taler-util package should have minimal dependencies and should not be platform specific.