2015-01-09 18:18:59 +01:00
|
|
|
Project structure is currently as follows:
|
|
|
|
|
|
|
|
src/include/
|
|
|
|
-- installed headers for public APIs
|
|
|
|
|
|
|
|
src/util/
|
2015-01-31 15:02:04 +01:00
|
|
|
-- common utility functions (currency representation,
|
|
|
|
Taler-specific cryptography, Taler-specific json
|
|
|
|
support)
|
|
|
|
|
|
|
|
src/pq/
|
|
|
|
-- Postgres-specific utility functions
|
2015-01-09 18:18:59 +01:00
|
|
|
|
|
|
|
src/mint/
|
|
|
|
-- taler mint server and helper binaries
|
|
|
|
|
|
|
|
src/lib/
|
|
|
|
-- libtalermint: C API to issue HTTP requests to mint, including testcases
|