TU-ADSP / Blockchain-Logging-Framework

This framework provides advanced querying and logging capabilities for Ethereum and Hyperledger blockchains.
Other
7 stars 5 forks source link

#122 - add blockchain template #177

Closed PaulsBecks closed 3 years ago

PaulsBecks commented 3 years ago

Hey! I implemented the template blockchain implementation. :)

It lacks some template code for parsing the block, transaction, and log entry context. I thought this was so much code, that may be more generalizable (?) so I didn't add it as example code.

You can execute a manifest (TemplateExample.bcql) to run the template. It will generate some output and will show some TODO and information for the user.

Let me know, what you think and what can be improved.