summaryrefslogtreecommitdiff
path: root/template/news/2021-08.html.j2
blob: b5ba553de933ea5d4d4003e2a1fc6867cf101d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{% extends "common/news.j2" %}
{% block body_content %}
<h1>2021-8: Code Blau GmbH deploys first external Taler auditor</h1>
<p>
  We received a grant from <a href="https://nlnet.nl/">NLnet
  foundation</a> with the goal to qualify <a href="https://codeblau.de/">Code Blau</a> GmbH
  to act as an external auditor for GNU Taler.
  To do this, we created a <a href="https://docs.taler.net/taler-auditor-manual.html">guide</a>
  that describes how to deploy a Taler auditor and then practiced the
  steps using the existing Taler exchange deployment at <a href="https://bfh.ch/">BFH</a>.
  Code Blau wrote a <a href="https://taler.net/papers/taler-auditor-setup-202108.pdf">report</a>
  detailing all the steps taken. Finally, we have created a
  <a href="https://taler.net/papers/codeblau-bank.pdf">draft</a> of
  the kind of business agreement that Code Blau would enter with banks
  operating the Taler payment system.
  We thank CodeBlau for their work, and NLnet and the European
  Commission's Horizion 2020 <a href="https://www.ngi.eu/">NGI initiative</a>
  for funding this work.
</p>
{% endblock body_content %}