feat(wallet): rebrand to LightNode Wallet + prebuilt one-click download#79
Merged
Merged
Conversation
…d, standalone build The wallet is its own product - LightNode Wallet - an independent, community wallet for the LightChain ecosystem (not an official LightChain product, and not positioned against any other wallet). - Rename the product to "LightNode Wallet" everywhere (manifest, popup, EIP-6963 provider name + rdns, package name, README). "LightChain" stays only where it names the network the wallet connects to. - /wallet page: lead with a prebuilt "Download the wallet" (no build needed) -> unzip -> Load unpacked, with build-from-source as a developer fallback. Copy reframed to stand on its own (no MetaMask/Phantom comparisons). - Distribution: a wallet-release workflow builds + zips the extension and attaches lightnode-wallet-chrome.zip to a GitHub Release, so the download button always serves a current build (v0.1.0 published). - .gitignore: guard against an accidental nested repo clone and ignore the WXT build output.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
The wallet is its own product - LightNode Wallet - an independent, community wallet for the LightChain ecosystem. Not an official LightChain product, and it stands on its own (no comparisons to other wallets).
Rebrand
"LightChain Wallet" -> "LightNode Wallet" everywhere: manifest, popup, the EIP-6963 provider name + rdns (
app.lightnode.wallet), package name, README. "LightChain" stays only where it names the network the wallet connects to.Install without building (you asked for this)
The
/walletpage now leads with Download the wallet (a prebuilt zip) -> unzip -> Load unpacked. No Node, nonpm, no build. Build-from-source is tucked away as a developer fallback.A new
wallet-releaseworkflow builds + zips the extension and attacheslightnode-wallet-chrome.zipto a GitHub Release, so the download button always serves a current build. v0.1.0 is published now.Copy
Reframed to stand on its own: a self-custodial home for your LCAI, worker, encrypted AI, and DAO on LightChain. Your keys never leave your device. Independent and community-built.
Also
.gitignoreguards against an accidental nested repo clone (the locallightnode/lightnode/that was tripping local typecheck) and ignores the WXT build output.tsc/next build/ESLint clean, 491 tests green. (The standalone build fix that makes a fresh clone build at all already merged in #78.)