Send BSV transactions using @bsv/sdk. Build, sign, and broadcast transactions to the BSV blockchain.
/plugin marketplace add b-open-io/bsv-skills/plugin install bsv-skills@b-open-ioThis skill is limited to using the following tools:
scripts/send.tsSend BSV transactions using @bsv/sdk.
# Send BSV from WIF private key
bun run /path/to/skills/wallet-send-bsv/scripts/send.ts <from-wif> <to-address> <amount-satoshis>
# Example: Send 0.001 BSV (100,000 satoshis)
bun run /path/to/skills/wallet-send-bsv/scripts/send.ts L1abc... 1A2b3c4d5e... 100000
@bsv/sdk package installedBroadcasts to BSV mainnet via WhatsOnChain API.