This project participate in Polkadot Launch Bounty.
Live demo: https://polkapulse.polkastats.io
It shows (from inside to outside) block time, session progress, era progress and day progress. Also show current block height and last finalized block.
We are using Kusama instead Polkadot cause Polkadot is currently in PoA mode so there's no era change by now.
The circle outside shadow/blur is dinamic and depends on the number of events included in the last block. That way you can visualize the network activity with a nice heartbeat.
Clone the repo:
git clone https://github.com/Colm3na/polkapulse.git
cd polkapulse
yarn
Then run development server:
yarn serve
Or build for production:
yarn build