Compare commits

..

3 Commits

Author SHA1 Message Date
Gulliver 6bc5d0e8cd included crypto++ lib 2023-01-29 12:20:54 +01:00
Gulliver ed525909bb splitted model.cpp into json_serialisation.cpp and model.cpp
continuous-integration/drone/push Build is passing Details
2023-01-29 12:20:54 +01:00
Gulliver bdab59a507 corrected Link to OpenCoin Protocol 2023-01-29 12:20:08 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ opencoin-issuer-cpp - a C++ OpenCoin Issuer REST-API implementation {#mainpage}
# opencoin issuer
this is a C++ implementation of the [opencoin protocol](https://opencoin.org/0.4/OpenCoin.html)
this is a C++ implementation of the [opencoin protocol](https://opencoin.org/OpenCoin.html)
done as mapping to some kind of REST interface.
As all issuer related interactions of the protocol follows a request/response mechanism we are able to map all of them to Http-Requests.