2016-06.html.j2 (1214B)
1 {% extends "common/news.j2" %} 2 {% block body_content %} 3 <h1>2016-06: GNU Taler 0.0.0 released</h1> 4 <p> 5 We have reached our first big milestone, the 0.0.0 release! 6 The release includes implementations of a bank, exchange, merchant and wallet 7 and is available on the GNU FTP mirrors. 8 </p> 9 <p> 10 While the exchange implements the 11 complete protocol, the implementations of merchant and wallet are both 12 fundamentally incomplete and still lack key features, including important 13 error handling. GNU Taler still lacks an implementation of an auditor or 14 logic for integration with "real" banks. 15 Thus, this release should not yet be used for actual financial 16 transactions. 17 </p> 18 <p> 19 That said, you can already setup your own functional payment system 20 and run your own toy currency -- or just try out the demo using 21 the Chrome/Chromium browser at <a href="https://demo.taler.net/">demo.taler.net</a>. 22 </p> 23 <p> 24 Please provide feedback to our <a href="https://gnunet.org/bugs/">bug tracker</a>. 25 There, you can also find our <a href="https://gnunet.org/bugs/roadmap_page.php">roadmap</a> 26 which contains a list of known open issues and our plans for the near future. 27 </p> 28 {% endblock body_content %}