sweep-import
Installation
SKILL.md
Sweep & Import
Import BSV, ordinals, and BSV21 tokens from external wallets into a BRC-100 wallet using WIF private keys.
Actions Overview
| Action | Description |
|---|---|
sweepBsv |
Sweep BSV satoshis from external inputs |
sweepOrdinals |
Sweep ordinal inscriptions from external inputs |
sweepBsv21 |
Sweep BSV21 fungible tokens from external inputs |
prepareSweepInputs |
Helper to build sweep inputs from indexed outputs |
Sweep BSV
import { sweepBsv, createContext } from '@1sat/actions'
const ctx = createContext(wallet, { services })