This handles wallet initialization for Bankr's x402 micropayment protocol, which charges $0.01 per request. You'll configure a two-wallet system: one private key for signing payments and an optional second address for receiving swapped tokens and NFTs. The setup is straightforward if you're already working with Bankr's SDK, just pass your private key as a hex string. Worth noting that the context wallet defaults to your payment wallet if you don't specify one separately. The protocol itself is interesting, basically enabling per-request micropayments for API calls, though you're locked into their payment rails once you integrate it.
npx -y skills add bankrbot/claude-plugins --skill "Bankr x402 SDK - Wallet Operations" --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.