Setup: We use metamask as an example wallet and configure it to connect to a local Ethereum node turning on the RPC. The RPC node further connects to a separate miner node.
Demo: Because metamask has an internal cache with about 20 second expiration policy, we in this demo issue a "getBlock" query request every 20 seconds. You can see the two queries return different block numbers/heights, implying actual RPC queries are sent and results are not returned from the cache.
 Senddemo_20M_10.mp4
Senddemo_20M_10.mp4Payload:20M Freq:10
 Senddemo_50M_10.mp4
Senddemo_50M_10.mp4Payload:50M Freq:10
 Senddemo_100M_10.mp4
Senddemo_100M_10.mp4Payload:100M Freq:10
 Senddemo_200M_10.mp4
Senddemo_200M_10.mp4Payload:200M Freq:10