exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 28d9d3130e06f31736a0e8cce26037c1c5612d94
parent 1102b7dace09012087ca38d143788e5ae74ae2c5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 31 Jan 2015 15:02:04 +0100

update README

Diffstat:
MREADME | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -4,11 +4,15 @@ src/include/ -- installed headers for public APIs src/util/ - -- common utility functions (to be ideally eliminated) + -- common utility functions (currency representation, + Taler-specific cryptography, Taler-specific json + support) + +src/pq/ + -- Postgres-specific utility functions src/mint/ -- taler mint server and helper binaries src/lib/ -- libtalermint: C API to issue HTTP requests to mint, including testcases -