wallet-brc100

Implement BRC-100 wallets using the @bsv/wallet-toolbox.

7|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/b-open-io/bsv-skills --skill wallet-brc100
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wallet-brc100
Source: https://github.com/b-open-io/bsv-skills/tree/main/skills/wallet-brc100
Command: npx skills add https://github.com/b-open-io/bsv-skills --skill wallet-brc100

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive guidance for implementing BRC-100 conforming wallets using the @bsv/wallet-toolbox, covering initialization, transaction flows, key management, storage, and certificates.

Core Features & Use Cases

  • Reference implementation patterns: Wallet initialization, storage, and services setup.
  • Transaction & key management: How to create, sign, and manage keys in a BRC-100 wallet.
  • Production patterns: Best practices for secure storage, error handling, and deployment.

Quick Start

Follow the quick reference: install dependencies and integrate Wallet, StorageKnex/Idb, and Services as guided in the Skill.