quicknode-local-dev-loop
Installation
SKILL.md
QuickNode Deterministic Local Loop
Overview
Develop against an injectable transport by default. Local tests should model QuickNode protocol contracts without a live token, then use one explicit sandbox read to catch integration drift.
Prerequisites
- Existing QuickNode or JSON-RPC adapter
- Repository test runner and fixture convention
- Optional non-production, read-only credential in a local secret manager
Instructions
Step 1: Locate the boundary
Use Read and Grep to find direct endpoint calls, SDK constructors, global environment reads, retries, timers, and response parsing. Choose one adapter seam for injection.