That's pretty, where do you generate those graphs?
Login to reply
Replies (5)
I’m hosting a local copy of am-i.exposed and those graphs render client-side in the browser using mempoolspace api 🕶️ embedded the latest coinjoin.nl tx on the landing page using this tool ⚡️
So cool!
That graph creates the illusion of linkability because there are two trillion missing lines.
I checked one of my coinjoin transactions and none of the links reported was real.
Interesting.
Well you can't show all possible links.
probably using d3.js under-the-hood?
(most complex web visuals do – and a lot of high-level charting libraries are usually built atop of it too)
used to be difficult to learn, but with the help of LLM’s, it’s probably a lot more beginner friendly now (hopefully)
D3 by Observable | The JavaScript library for bespoke data visualization
The JavaScript library for bespoke data visualization