Tutorial: WTF Solana Web3.js Tutorial Lesson 7: Reading Blocks Updated!

In this lesson, we introduce how to use `connection.getBlock()` to read Solana block data, including block metadata and all transactions. Currently, each Solana block contains hundreds of voting transactions that need to be filtered out.

@Solana_zh @solana

GitHub: https://github.com/WTFAcademy/WTF-Solana