You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ContractManager could have a snapshot function that dumps all info about transactions, utxos, contracts, etc. into a json file.
Optionally, the ContractManager could 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.
The text was updated successfully, but these errors were encountered:
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:
ContractManager
could have asnapshot
function that dumps all info about transactions, utxos, contracts, etc. into a json file.ContractManager
could have an event system so that interactive visualizations could be updated in real time.It could also be integrated inside the cli examples.
The text was updated successfully, but these errors were encountered: