Dev branch for age restriction, deposit policies, Brandt-Vickrey auctions etc.
Go to file
2015-01-31 15:42:00 +01:00
contrib/mint-template -initial import for mint 2015-01-08 18:37:20 +01:00
doc install taler headers 2015-01-08 19:32:53 +01:00
m4 install taler headers 2015-01-08 19:32:53 +01:00
src starting to clean up /refresh/reveal DB logic 2015-01-31 15:42:00 +01:00
.gitignore updating ignores 2015-01-30 14:27:06 +01:00
.gitmodules -initial import for mint 2015-01-08 18:37:20 +01:00
AUTHORS -initial import for mint 2015-01-08 18:37:20 +01:00
bootstrap -initial import for mint 2015-01-08 18:37:20 +01:00
ChangeLog -initial import for mint 2015-01-08 18:37:20 +01:00
configure.ac move PostGres-specific logic out of libtalerutil 2015-01-28 20:37:51 +01:00
COPYING -initial import for mint 2015-01-08 18:37:20 +01:00
INSTALL -initial import for mint 2015-01-08 18:37:20 +01:00
Makefile.am -initial import for mint 2015-01-08 18:37:20 +01:00
NEWS -initial import for mint 2015-01-08 18:37:20 +01:00
README update README 2015-01-31 15:02:04 +01:00

Project structure is currently as follows:

src/include/
  -- installed headers for public APIs

src/util/
  -- 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