Exploration of Ethereum blockchain data and real-time transactions visualisation
Just made something to explore and 'visualise' ethereum block data... and learn some basics of programming in the process. It's pretty basic... ethers.js grabs the latest Ethereum block from Blockscout, does some basic maths to extract data about the block itself and plots the transaction values using D3.js
I've messed with Blockscout APIs and ended up using their JSON RPC for Ethereum. Using Ethers.js to fetch the blocks and D3.js to draw a graph of transasctions in the block. I was hoping to make the graph nicer and animated, but it was beyond my abilities in the given time. Not expecting to win any prizes here, but I've sure learned a thing or two...