Multichain Transaction Engine
A serverless transaction lifecycle engine spanning 64 blockchains across 4 chain families — deployed as family-scoped AWS Lambdas behind a single CloudFront distribution, with a data-driven adapter registry, pluggable signing backends, and an interactive browser terminal.
- Data-driven chain adapters across EVM (23), Cosmos (20), Substrate (10), and standalone (11) networks with auto-registration and factory-pattern onboarding
- Full transaction lifecycle — create, digest, sign, and broadcast — with per-chain parameter schemas and explorer link resolution
- Pluggable signing backends including Fireblocks, Azure HSM, YubiHSM, and offline signing
- Interactive terminal UI with prefix autocomplete, workflow suggestions, live API request logging, and chain status indicators
- Staking operations across all families — delegate, undelegate, redelegate, claim rewards, and stake account management
- Family-scoped Lambda isolation for independent scaling, smaller cold starts, and per-family fault boundaries
- Single CloudFront distribution fronting S3 static assets and API Gateway with CloudFront Functions for SPA routing and API path rewriting
- ERC-20 token transfers, AVAX cross-chain atomics (C-chain, P-chain), and contract-based staking with gas estimation