tx-status
Installation
SKILL.md
Transaction Status
Fetch on-chain receipt data for a transaction hash: status, block number, gas used, and explorer link.
Prerequisites
- A valid transaction hash (starts with
0x). - No authentication required — this is a public chain query.
Rules
- You MUST use the same
--chainflag that was used for the original transaction. A Base tx hash will not be found on Monad. - Use this skill AFTER every
sendortradeto verify success.
Commands
npx fibx@latest tx-status <hash> [--chain <chain>] [--json]