Add Vultisig to XRP wallets section and ecosystem Wallet category - #3801
Open
realpaaao wants to merge 1 commit into
Open
Add Vultisig to XRP wallets section and ecosystem Wallet category#3801realpaaao wants to merge 1 commit into
realpaaao wants to merge 1 commit into
Conversation
- about/xrp.page.tsx: add Vultisig to the software wallets grid - about/uses.page.tsx: add Vultisig card under the Wallet category (count 7->8) - styles: dark + light theme logo wiring, compiled css rebuilt via npm run build-css - static/img: Vultisig logo SVGs (dark-mode white wordmark + lightmode variant)
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.
This PR adds Vultisig to the software wallets grid on the XRP Overview page and to the Wallet category on the Use Cases & Featured Projects page.
Vultisig is a seedless, open-source, self-custodial multi-chain wallet secured by MPC threshold signatures. Vault shares are split across the user's own devices (2-of-2 minimum, larger thresholds supported): no seed phrase, no single point of failure. XRP is supported for send/receive on iOS, Android, desktop (Windows/macOS/Linux), and browser extension. Source: https://github.com/vultisig
Logo SVGs are included for both dark and light themes, following the existing
static/img/wallets/+lightmode/pattern.receipts
npm run build-csscompiles clean with the new rules; the rebuiltstatic/css/devportal2024-v1.cssis included in the PR (1-line diff) and contains all four new selectors:#wallet-vultisigin the wallets grid (dark + light) and the Vultisig uses-card logo wiring (dark + light).