DLT · On-chain data
Blockchain
Demos around ABIs, events, logs and smart-contract understanding.
On-chain activity is usually only readable as raw hex and JSON — a verified contract's ABI, or a wallet's transaction history, means little without a structured view on top of it. These two demos exist to make that structure visible: one for a contract's interface, one for a transaction flow.
The contract viewer is live — enter a verified address and it fetches the real ABI from Ethereum or Sepolia and lists its functions, events and parameters. The transaction visualizer works from an illustrative four-step swap-and-borrow flow to show what a readable, inspectable timeline of on-chain events can look like.