This commit is contained in:
gittiver 2023-01-29 11:21:20 +00:00
parent 00efe731a5
commit 1bafad9f5f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ $(function() {
<p><img src="https://github.com/OpenCoin/opencoin-issuer-cpp/actions/workflows/cmake.yaml/badge.svg" alt="build" style="pointer-events: none;" class="inline"/> <a href="https://github.com/OpenCoin/opencoin-issuer-cpp/actions/workflows/doxygen-gh-pages.yml"><img src="https://github.com/OpenCoin/opencoin-issuer-cpp/actions/workflows/doxygen-gh-pages.yml/badge.svg" alt="Documentation" style="pointer-events: none;" class="inline"/></a></p>
<h1><a class="anchor" id="autotoc_md0"></a>
opencoin issuer</h1>
<p>this is a C++ implementation of the <a href="https://opencoin.org/0.4/OpenCoin.html">opencoin protocol</a> done as mapping to some kind of REST interface.</p>
<p>this is a C++ implementation of the <a href="https://opencoin.org/OpenCoin.html">opencoin protocol</a> done as mapping to some kind of REST interface.</p>
<p>As all issuer related interactions of the protocol follows a request/response mechanism we are able to map all of them to Http-Requests.</p>
<p>We decided to use POST-Requests in all cases, as the protocol uses JSON-formatted messages for requests.</p>
<p>The following table gives an overview of the mapping of requests to URLs:</p>