diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-02-06 20:27:10 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-02-06 20:27:10 +0100 |
commit | 421977d875ef7ce68cd40040194be4ea468d06bd (patch) | |
tree | 927c457d518fc4b3f3ea7854462ed9ea5423a5a7 | |
parent | af37430f06625253a5bb66567590455dca649d47 (diff) | |
download | exchange-421977d875ef7ce68cd40040194be4ea468d06bd.tar.gz exchange-421977d875ef7ce68cd40040194be4ea468d06bd.zip |
got the official GNUification
-rw-r--r-- | README | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -1,3 +1,40 @@ | |||
1 | Welcome to GNU Taler | ||
2 | |||
3 | |||
4 | What is Taler? | ||
5 | ============== | ||
6 | |||
7 | Taler is an electronic payment system providing the ability to pay | ||
8 | anonymously using digital cash. Taler consists of a network protocol | ||
9 | definition (using a RESTful API over HTTP), a Mint (which creates | ||
10 | digital coins), a Wallet (which allows customers to manage, store and | ||
11 | spend digital coins), and a Merchant website which allows customers to | ||
12 | spend their digital coins. Naturally, each Merchant is different, but | ||
13 | Taler includes code examples to help Merchants integrate Taler as a | ||
14 | payment system. | ||
15 | |||
16 | Taler is currently developed by a worldwide group of independent free | ||
17 | software developers and the DECENTRALISE team at Inria Rennes. Taler | ||
18 | is free software and a GNU package (http://www.gnu.org/). | ||
19 | |||
20 | This is not even a release yet, but some raw development prototype | ||
21 | that does not work yet. This package also only includes the Taler | ||
22 | mint, not the other components of the system. | ||
23 | |||
24 | Documentation about Taler can be found at http://taler.net/. | ||
25 | |||
26 | |||
27 | Dependencies: | ||
28 | ============= | ||
29 | |||
30 | These are the direct dependencies for running a Taler mint: | ||
31 | |||
32 | - GNUnet >= 0.10.2 | ||
33 | - GNU libmicrohttpd >= 0.9.38 | ||
34 | - Postgres >= 9.3 | ||
35 | |||
36 | |||
37 | |||
1 | Project structure is currently as follows: | 38 | Project structure is currently as follows: |
2 | 39 | ||
3 | src/include/ | 40 | src/include/ |