Proof of Concept of Opencoin mint with REST API and CrowCpp
Go to file
gulliver 852f42175c add github action for build 2022-12-04 21:56:10 +01:00
.github/workflows add github action for build 2022-12-04 21:56:10 +01:00
src added json-de-/serialisation and tests 2022-11-30 23:17:44 +01:00
test added json-de-/serialisation and tests 2022-11-30 23:17:44 +01:00
.drone.yml add github action for build 2022-12-04 21:56:10 +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