feat: xBull wallet support, i18n, bulk-create, and template CLI comma…#863
Merged
Haroldwonder merged 1 commit intoJun 29, 2026
Conversation
…nds (closes Haroldwonder#826, Haroldwonder#827, Haroldwonder#828, Haroldwonder#829) React app (Haroldwonder#827, Haroldwonder#826): - Replace one-off Freighter integration with @creit.tech/stellar-wallets-kit, supporting Freighter and xBull from a unified wallet-selection screen in wallet.ts. Wallet choice and address are persisted in localStorage for auto-reconnect. Network-mismatch detection is preserved for Freighter; xBull trusts the configured testnet network. - Integrate react-i18next with English (en) and Spanish (es) locale files in src/locales/. The active language is auto-detected from navigator.language and can be switched at runtime via the EN/ES toggle in the header. All UI strings in App.tsx, IssuerPanel, UserPanel, and VerifierPanel are now driven from translation keys. Issuer CLI (Haroldwonder#828, Haroldwonder#829): - Add bulk-create command: reads subject addresses (and optional per-row claim_type, expiry_days, metadata) from a CSV file and issues one attestation per row, reporting per-row success/failure clearly. - Add template create, template list, and template delete subcommands that call create_template, list_templates, and delete_template on the contract, mirroring the pattern of existing CLI commands. Both READMEs updated with usage examples and wallet/i18n documentation.
|
@investify2826-ctrl Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
closes #826 closes #827 closes #828 closes #829
React app (#827, #826):
Issuer CLI (#828, #829):