Description:
Create a small Node.js API that proxies requests to both L1 and L2 nodes for analytics or external integration.
Tasks:
Build Express server with endpoints:
/l1 → reth
/l2 → op-reth
Add basic request logging.
Handle failover if one endpoint goes down.
Deliverable:
Single API interface for unified access to both L1 and L2 RPCs.
Description:
Create a small Node.js API that proxies requests to both L1 and L2 nodes for analytics or external integration.
Tasks:
Build Express server with endpoints:
/l1 → reth
/l2 → op-reth
Add basic request logging.
Handle failover if one endpoint goes down.
Deliverable:
Single API interface for unified access to both L1 and L2 RPCs.