Proof of Concept of Opencoin mint with REST API and CrowCpp
Go to file
Gulliver a6b0f01b0f added contents to README.md 2022-11-21 23:05:53 +01:00
src implemented jsn encoding for req and responses 2022-11-18 15:47:52 +01:00
test added catch2 for unit tests and first test in test/test.cpp 2022-11-21 22:51:00 +01:00
.gitignore added catch2 for unit tests and first test in test/test.cpp 2022-11-21 22:51:00 +01:00
CMakeLists.txt added catch2 for unit tests and first test in test/test.cpp 2022-11-21 22:51:00 +01:00
README.md added contents to README.md 2022-11-21 23:05:53 +01:00

README.md

oc mint sample

this is a C++ implementation of the opencoin protocol as mapping to some kind of REST interface

actually it is a work in progress.

Protocol Questions

What is signed as cdd - only the content of the cdd item with curly braces or also the key? the weighted URL as array has a different js encoding as other elements

TODO

[ ] complete from_json conversions [ ] complete tests [ ] drone config