2022-11-10 01:31:47 +01:00
|
|
|
# oc mint sample
|
|
|
|
|
2022-11-21 23:05:53 +01:00
|
|
|
this is a C++ implementation of the opencoin protocol
|
|
|
|
as mapping to some kind of REST interface
|
2022-11-10 01:31:47 +01:00
|
|
|
|
2022-11-21 23:05:53 +01:00
|
|
|
actually it is a work in progress.
|
|
|
|
|
|
|
|
## Protocol Questions
|
2022-11-10 01:31:47 +01:00
|
|
|
|
|
|
|
What is signed as cdd - only the content of the cdd item with curly braces
|
|
|
|
or also the key?
|
2022-11-21 23:05:53 +01:00
|
|
|
the weighted URL as array has a different js encoding as other elements
|
2022-11-14 16:04:45 +01:00
|
|
|
|
2022-11-21 23:05:53 +01:00
|
|
|
## TODO
|
|
|
|
[ ] complete from_json conversions
|
|
|
|
[ ] complete tests
|
|
|
|
[ ] drone config
|