Tags: a16z/helios
Tags
feat: add TypeScript example application (#644) This commit adds a complete TypeScript example application that demonstrates how to use the Helios light client to monitor multiple blockchain networks simultaneously. Features: - Real-time block monitoring for Ethereum, OP Mainnet, Base, and Linea - TypeScript implementation using Viem for modern Ethereum interactions - Vite-based development setup for fast iteration - Visual animations when new blocks are detected - Environment-based configuration for API keys - Complete documentation and setup instructions Technical implementation: - Uses helios-ts package from parent directory - Implements Helios as a custom transport provider for Viem - Polls each network every second for new blocks - Displays block number, timestamp, and transaction count - Handles errors gracefully with visual feedback - Updates lib.ts to reference Viem compatibility in documentation The example serves as a reference implementation for developers who want to integrate Helios into their TypeScript applications using modern tools.
chore: bump version to 0.9.0 (#640) - Update workspace version from 0.8.8 to 0.9.0 - Convert all crate versions to inherit from workspace version - Update helios-ts npm package version to 0.9.0 - Standardize version management across all workspace members
feat: add TypeScript example application (#644) This commit adds a complete TypeScript example application that demonstrates how to use the Helios light client to monitor multiple blockchain networks simultaneously. Features: - Real-time block monitoring for Ethereum, OP Mainnet, Base, and Linea - TypeScript implementation using Viem for modern Ethereum interactions - Vite-based development setup for fast iteration - Visual animations when new blocks are detected - Environment-based configuration for API keys - Complete documentation and setup instructions Technical implementation: - Uses helios-ts package from parent directory - Implements Helios as a custom transport provider for Viem - Polls each network every second for new blocks - Displays block number, timestamp, and transaction count - Handles errors gracefully with visual feedback - Updates lib.ts to reference Viem compatibility in documentation The example serves as a reference implementation for developers who want to integrate Helios into their TypeScript applications using modern tools.
chore: unichain support (#603) * chore: unichain support * fix clippy
chore: bump revm version (#596)
PreviousNext