Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Did anybody visualize the transaction tree of a big ledger?Forum ↗

Did anybody visualize the transaction tree of a big ledger?

App Development4 posts318 views4 likesLast activity Mar 2023
GY
gyorgybalazsiOP
Mar 2023

The info is contained in the transaction tree, and I assume is used in Daml Studio for displaying the transaction view of script results. I want something similar to what we can see in Daml Studio but more readable and based on not Daml Script bot on a running ledger.

GA
Gary_Verhaegen
Mar 2023

At this point I believe you’d have to write that yourself. Bear in mind, however, that the IDE ledger is special in that it purposely violates privacy for the sake of debugging: in a real ledger you will only be able to see the transactions visible to your party.

GY
gyorgybalazsi
Mar 2023

Yes, thanks for the answer.

GY
gyorgybalazsi
Mar 2023
Gary_Verhaegen:

you’d have to write that

Done: Drawing the event graph of a running Daml ledger

← Back to Discussions