estimate-transaction-fee
Installation
SKILL.md
Estimate Transaction Fee
Estimate fees for BSV transactions based on size and fee rates.
When to Use
- Estimate fee before sending a transaction
- Calculate size of a transaction
- Understand fee structure
Usage
# Estimate by size
bun run skills/estimate-transaction-fee/scripts/estimate.ts --size 226
# Estimate from raw tx hex
bun run skills/estimate-transaction-fee/scripts/estimate.ts --tx <hex>