wallet-brc100-go
Installation
SKILL.md
BRC-100 Wallet Implementation Guide (Go)
Comprehensive guide for implementing BRC-100 conforming wallets using the go-wallet-toolbox package.
π― Quick Reference
Core Dependencies
import (
"github.com/bsv-blockchain/go-wallet-toolbox/pkg/wallet"
"github.com/bsv-blockchain/go-wallet-toolbox/pkg/storage"
"github.com/bsv-blockchain/go-wallet-toolbox/pkg/services"
sdk "github.com/bsv-blockchain/go-sdk/wallet"
"github.com/bsv-blockchain/go-sdk/primitives/ec"
"github.com/bsv-blockchain/go-sdk/transaction"
)