graphsense / graphsense-dashboard

A web dashboard for interactive cryptocurrency analysis.
MIT License
103 stars 21 forks source link

Feature proposal: Display specific transaction as link between nodes #391

Closed myrho closed 7 months ago

myrho commented 1 year ago

Users want to display only a specific transaction between nodes. One way to get to this could be the following:

  1. Extend the address txs table by the no. inputs/outputs: image

  2. Make the no. inputs/outpus clickable. On click another table with the resp. addresses is shown next to the txs table: image

  3. On click on an address there, it is added to the graph with a dashed edge in between (or whatever): image

behas commented 1 year ago

Had a similar approach in mind. We should visually distinguish between transaction'' andrelation edges'' and maybe even let the user choose the level of abstraction: tx-graph vs. address-graph vs. cluster-graph.

soad003 commented 1 year ago

I upvote on "the let the user decide which abstraction to chose". Regarding the clickable inputs and outputs i would add some kind of symbol to indicate that there is an action hidden (maybe also the dots).

behas commented 1 year ago

I think this is getting increasingly important and I will create a more general issue "Introduce Transaction Graph" which subsumes this issue.

soad003 commented 7 months ago

We started a project working on the transaction graph. Since it will take some time, and divided the task into multiple issues https://github.com/graphsense/graphsense-dashboard/issues/443 https://github.com/graphsense/graphsense-dashboard/issues/446 https://github.com/graphsense/graphsense-dashboard/issues/445 ...

So i am closing this.