Compare commits

..

2 Commits

Author SHA1 Message Date
Gulliver
39525227fd included crypto++ lib 2023-01-23 18:18:10 +01:00
Gulliver
5a4f7fd2dc splitted model.cpp into json_serialisation.cpp and model.cpp 2023-01-23 17:06:20 +01:00

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/OpenCoin.html)
this is a C++ implementation of the [opencoin protocol](https://opencoin.org/0.4/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.