-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The ContractManager keeps track of all the transactions related to the UTXOs that is tracking, including the ones that are already spent.
It would be great to have some tools to visualize the transaction graph, possibly interactive so that for each UTXO one can also inspect the info about the transaction it was contained in, the contract, the data, etc.
It could be done in two separate steps:
- The
ContractManagercould have asnapshotfunction that dumps all info about transactions, utxos, contracts, etc. into a json file. - Optionally, the
ContractManagercould have an event system so that interactive visualizations could be updated in real time. - One or more visualization tools can use a snapshot file to produce the visualizations.
It could also be integrated inside the cli examples.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request