Add browser extension starter index (Sovereign Wallet) - #11
Open
001453 wants to merge 2 commits into
Open
Conversation
Author
|
Resolved README conflict with main — kept both Sovereign Wallet and WalletConnect walletkit rows in the examples table. The full MV3 extension source remains at https://github.com/001453/Sovereign-wallet — build with npm run build:prod, load dist/ in Chrome/Brave. Ready for review. Thanks! |
001453
force-pushed
the
add-browser-extension-sovereign-wallet
branch
2 times, most recently
from
June 12, 2026 14:50
336801d to
a4ebe89
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
Rebase onto upstream main and ship full MV3 extension source in browser-extension-sovereign-wallet/ with architecture docs, grant checklist, screenshots, and verified build:prod output. Grant target: Browser Extension Starter (4000 USDt). Co-authored-by: Cursor <cursoragent@cursor.com>
001453
force-pushed
the
add-browser-extension-sovereign-wallet
branch
from
June 21, 2026 11:40
a4ebe89 to
779e354
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds browser-extension-sovereign-wallet/ with a short README that points to the real project.
Code: https://github.com/001453/Sovereign-wallet
Clone, npm install, npm run build:prod, load dist/ in Chrome or Brave.
WDK runs in the background worker (EVM, BTC over Blockbook, Solana). Vault is password-encrypted; popup handles create/import/send/receive; pages get window.wdk for basic EIP-1193 calls.
Only the index folder lands in wdk-examples—the webpack bundle stays in the main repo.
Licensed Apache-2.0.