feat(rn-moneygram-ramp): React Native MoneyGram off-ramp with EVM + Solana#56
Open
avneesh0612 wants to merge 5 commits into
Open
feat(rn-moneygram-ramp): React Native MoneyGram off-ramp with EVM + Solana#56avneesh0612 wants to merge 5 commits into
avneesh0612 wants to merge 5 commits into
Conversation
New Expo app demonstrating MoneyGram Ramps off-ramp with Dynamic embedded wallets on Base, Ethereum, and Solana. - Email OTP auth via @dynamic-labs/client + ReactNativeExtension - EVM wallets (Base/Ethereum) via ViemExtension - Solana wallet support via @dynamic-labs/solana-extension - MoneyGram Ramps WebView widget with full postMessage protocol - Chain selector, USDC balance fetching, dark theme Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Deployment failed with the following error: |
…nsion peer dep Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
[FIREHOG-BYPASS] false positive
- Add network.ts with chain IDs, USDC mint addresses, and network labels - Support devnet/mainnet network switching via Dynamic wallets.switchNetwork - Replace deprecated RN Clipboard with expo-clipboard - Update balance.ts to accept custom USDC mint override - Update server to use CORS, structured error responses, and new routes Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
3 tasks
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
examples/rn-moneygram-ramp@dynamic-labs/clientv4.x +react-native-extension)react-native-webviewwith full postMessage protocolWhat's included
app/_layout.tsxdynamicClient.reactNative.WebViewapp/login.tsxapp/(app)/index.tsxcomponents/MoneygramWidget.tsxlib/dynamic.tsReactNativeExtension+ViemExtensionlib/chains.tslib/balance.ts@solana/spl-token(Solana)Test plan
cp .example.env .envand fill in keysnpm install && npx expo prebuild && npx expo run:iosRAMPS_READY→RAMPS_CONFIGhandshake fires (check console)🤖 Generated with Claude Code