quicknode-core-workflow-a
Installation
SKILL.md
QuickNode EVM Transaction Safety
Overview
Build a write path that treats signing, submission, and confirmation as separate state transitions. QuickNode transports the signed transaction; the application remains responsible for intent, signer custody, nonce coordination, chain identity, and reorganization policy.
Prerequisites
- A verified QuickNode endpoint and expected EVM chain ID
- A testnet signer held outside source code
- Contract ABI, write intent, value ceiling, and confirmation policy
Instructions
Step 1: Inspect the existing path
Use Read and Grep to find signers, private-key variables, nonce overrides, fee logic, retries, and receipt assumptions. Stop if secrets or signed raw transactions are logged.