summaryrefslogtreecommitdiff
path: root/contrib/provider-list.json
blob: 78b020dbb2d6df458cfc99c06c9a1f6bc1574586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "license": "GPLv3+",
    "SPDX-License-Identifier": "GPL3.0-or-later",
    "anastasis_provider": [
        {
            "url" : "https://anastasis.demo.taler.net/",
            "currency" : "KUDOS"
        },
        {
            "url" : "https://kudos.demo.anastasis.lu/",
            "currency" : "KUDOS"
        },
	{
            "url" : "http://localhost:8086/",
            "currency" : "TESTKUDOS"
	},
	{
            "url" : "http://localhost:8087/",
            "currency" : "TESTKUDOS"
	},
	{
            "url" : "http://localhost:8088/",
            "currency" : "TESTKUDOS"
	},
	{
            "url" : "http://localhost:8089/",
            "currency" : "TESTKUDOS"
	}
    ]
}