Cardano Registrar Backer #418
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm submitting this PR as WIP to show how the code is organized and discuss how is the best way to merge all or part of it into
keripy
.Summary of what's included:
kli backer start
command to start the backerkli backer info
command to get backer infokli backer query
command to query the KEL from the blockchain for a given prefixbackering.py
file: it's a based on code fromindirecting.py
and callspublishEvent
from the ledger class when a KE receipt is requestedledger
with a newcardaning
file/class that handles Cardano operationsbacker
folder into\demo
that includes several backer demo scriptscardaning
class code were improved from last demo and includes the following features:blockfrost-python
sdk to interact with the cardano blockchain. It requires an API KEY. That's one of the reason to consider hosting this class in a separate repository.pycardano
library to serialize cardano transactions