Project-based module: build a block explorer from scratch. Learn requests, subscriptions, ledger data, and real-time transaction streams.
Project-based module: build a block explorer from scratch. Learn requests, subscriptions, ledger data, and real-time transaction streams.
Build a page that fetches and displays the latest 10 ledger closes with their transaction count.
Add a WebSocket subscription that shows transactions in real-time as they are validated.
Assignments
Ledger Viewer
Build a page that fetches and displays the latest 10 ledger closes with their transaction count.
Live Transaction Feed
Add a WebSocket subscription that shows transactions in real-time as they are validated.