added build badge for github action

This commit is contained in:
gulliver 2022-12-04 22:08:42 +01:00
parent 852f42175c
commit ce784c38dd
1 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,5 @@
![build](https://github.com/OpenCoin/oc-mint-cpp/actions/workflows/cmake.yaml/badge.svg)
# oc mint sample
this is a C++ implementation of the opencoin protocol
@ -7,11 +9,12 @@ actually it is a work in progress.
## Protocol Questions
What is signed as cdd - only the content of the cdd item with curly braces
- 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
- the weighted URL as array has a different js encoding as other elements
## TODO
[ ] complete from_json conversions
[ ] complete tests
[ ] drone config
- [x] complete from_json conversions
- [x] complete tests
- [x] drone config