Show HN: A Living Ledger – Visualization of the Ripple Network in Real-Time
1–6 of 6 posts
Re: Show HN: A Living Ledger – Visualization of the Ripple Network in Real-Time
#2What you see, are validated transactions (TXs) between addresses. A TX always contains at least one address but can contain multiple (e.g. payment targets, but many more). These TX are not necessarily connected the XRP crypto-asset. The Ripple Network can be used without an asset as a messaging platform.
Check it out and enjoy. You can btw click on nodes to explore them. If you have any feedback or suggestions feel free to comment!
Re: Show HN: A Living Ledger – Visualization of the Ripple Network in Real-Time
#3Creator here. I created this app to visualize what is going on on the Ripple Network (kind of a blockchain, called 'ledger') in real-time. The application is written in Elixir/JavaScript, the client uses SVG (d3.js) and mostly css-transitions for visualization. Data is fetched from a public ripple validator using web-sockets, pre-processed server-side and finally broadcasted to the clients. What you see, are validate…
Re: Show HN: A Living Ledger – Visualization of the Ripple Network in Real-Time
#4Creator here. I created this app to visualize what is going on on the Ripple Network (kind of a blockchain, called 'ledger') in real-time. The application is written in Elixir/JavaScript, the client uses SVG (d3.js) and mostly css-transitions for visualization. Data is fetched from a public ripple validator using web-sockets, pre-processed server-side and finally broadcasted to the clients. What you see, are validate…
Neat. What were some reasons why you chose Elixir to write it in?
Re: Show HN: A Living Ledger – Visualization of the Ripple Network in Real-Time
#5I see you're linking to Bithomp here, and that's what I found, the only one, but still it wasn't sufficient. Bithomp is confusing and doesn't show all information, just a quick (and confusing) summary.
Re: Show HN: A Living Ledger – Visualization of the Ripple Network in Real-Time
#6Some time ago I had to look for details on a transaction I did on Ripple and couldn't find a simple website that took a transaction id and showed me details on that transaction. Why is that? I see you're linking to Bithomp here, and that's what I found, the only one, but still it wasn't sufficient. Bithomp is confusing and doesn't show all information, just a quick (and confusing) summary.