Send BSV transactions using @bsv/sdk. Build, sign, and broadcast transactions to the BSV blockchain.
4.3
Rating
0
Installs
Backend Development
Category
The skill provides a clear description and well-structured overview of BSV transaction sending. The description is adequate for invoking the skill via CLI with the specified parameters (WIF, address, amount). However, task knowledge is limited - while it references scripts/send.ts for implementation, the actual transaction building, UTXO fetching, signing, and broadcasting logic details are not visible. The structure is clean and appropriate for a single-purpose skill. Novelty is moderate: while BSV blockchain integration has some complexity (UTXO management, transaction signing), the skill essentially wraps a single script call that could be accomplished with basic CLI commands and the @bsv/sdk library directly, though it does provide convenience and encapsulation of the workflow.
Loading SKILL.md…