From 0a326c56769414c549c05434194d5a4ce63b1a00 Mon Sep 17 00:00:00 2001 From: Ty J Everett Date: Thu, 23 Apr 2026 13:48:13 -0700 Subject: [PATCH] docs: align BSV Desktop reference branding --- README.md | 2 +- src/lib/UserContext.tsx | 2 +- src/lib/components/AppChip/index.tsx | 2 +- src/lib/components/BasketChip/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2480373..951c6b9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ The default configuration is for locally stored transactions and metadata, entir BSV Desktop is a feature-rich Bitcoin SV wallet that runs on macOS, Windows, and Linux. It provides: +- **Official Reference Implementation** - BSV Association reference wallet implementation for the BRC-100 application-to-wallet interface - **🔐 Self-Custody Mode** - Full control with local key management and SQLite storage - **☁️ Remote Storage Mode** - WAB (Wallet Authentication Backend) integration with remote storage - **🌐 BRC-100 Interface** - HTTPS server on port 2121 for external app integration @@ -353,4 +354,3 @@ Open BSV License - [wallet-toolbox](https://github.com/bsv-blockchain/wallet-toolbox) - Core wallet functionality - [ts-sdk](https://github.com/bsv-blockchain/ts-sdk) - BSV TypeScript SDK - [overlay-services](https://github.com/bsv-blockchain/overlay-express-examples) - Overlay network infrastructure - diff --git a/src/lib/UserContext.tsx b/src/lib/UserContext.tsx index ad26759..52d3e69 100644 --- a/src/lib/UserContext.tsx +++ b/src/lib/UserContext.tsx @@ -92,7 +92,7 @@ export const UserContext = createContext({} as UserContextValu */ export const UserContextProvider: React.FC = ({ appVersion = packageJson.version, - appName = 'Metanet Desktop', + appName = 'BSV Desktop', children, nativeHandlers = defaultNativeHandlers }) => { diff --git a/src/lib/components/AppChip/index.tsx b/src/lib/components/AppChip/index.tsx index f6b6912..d25fbc0 100644 --- a/src/lib/components/AppChip/index.tsx +++ b/src/lib/components/AppChip/index.tsx @@ -248,7 +248,7 @@ const AppChip: React.FC = ({ onClick={e => { e.stopPropagation() window.open( - 'https://projectbabbage.com/docs/babbage-sdk/concepts/apps', + 'https://bsv-blockchain.github.io/ts-sdk/reference/wallet/', '_blank' ) }} diff --git a/src/lib/components/BasketChip/index.tsx b/src/lib/components/BasketChip/index.tsx index fc287b5..291c0a9 100644 --- a/src/lib/components/BasketChip/index.tsx +++ b/src/lib/components/BasketChip/index.tsx @@ -166,7 +166,7 @@ const BasketChip: React.FC = ({ onClick={e => { e.stopPropagation() window.open( - 'https://projectbabbage.com/docs/babbage-sdk/concepts/baskets', + 'https://bsv-blockchain.github.io/ts-sdk/reference/wallet/', '_blank' ) }}