Feature/simulation mode#5
Open
ShreyasThakur0809 wants to merge 3 commits intoprerelease-v0.1.3from
Open
Conversation
added 2 commits
April 13, 2026 04:05
- Add 'Try Now' button to navigation (desktop + mobile) - New TryNowModal component with real web2 card validation (Luhn, expiry, CVV) - Live network detection (Visa/Mastercard/RuPay/Amex) as user types - AES-256-GCM encryption using Web Crypto API (no wallet required) - Simulated on-chain TX with dummy hash for demo purposes - Animated 5-step progress flow and success card view with copyable token ID
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ramavats
approved these changes
Apr 15, 2026
ShankarWarang
approved these changes
Apr 20, 2026
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.
-Removed the isolated TryNowModal popup.
-Added a global isSimulationMode toggle to the WalletContext that persists across sessions via localStorage.
-Replaced the "Try Now" navbar trigger with a "Simulation Mode" toggle button.
-Hidden the "Connect Wallet" button when Simulation Mode is active, replacing it with a "Simulation Active" badge.
-Retained full Web2 validation (Luhn algorithm, expiry checks) when adding a card.
-Bypassed Web3 signing and Soroban on-chain storage when Simulation Mode is active.
-Automatically generates a simulated demo encryption key, mocked transaction hash, and fake latency to mimic real blockchain interaction.
-Saves tokenized simulation cards locally to tychee_cards_sim_user in the browser so they still visually render on the dashboard.