feat(ramps): migrate onramp/offramp examples to Dynamic JS SDK#50
Closed
avneesh0612 wants to merge 3 commits into
Closed
feat(ramps): migrate onramp/offramp examples to Dynamic JS SDK#50avneesh0612 wants to merge 3 commits into
avneesh0612 wants to merge 3 commits into
Conversation
- Converts nextjs-iron-ramp from React SDK to JS SDK 0.24.1 with EVM extension, WalletContext, custom DynamicButton, and standard Roboto/light theme - Upgrades nextjs-moneygram-ramp from JS SDK 0.12.1 to 0.24.1 using simpler addEvmExtension/addSolanaExtension pattern, adds standard theme, header, footer, and custom DynamicButton with multi-chain support Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
…S SDK - Converts nextjs-polymarket-demo from React SDK to @dynamic-labs-sdk/client + @dynamic-labs-sdk/evm - Converts nextjs-kalshi-demo from React SDK to @dynamic-labs-sdk/client + @dynamic-labs-sdk/solana - Removes DynamicContextProvider, DynamicUserProfile, wagmi, WagmiProvider, DynamicWagmiConnector - Adds custom DynamicButton with Google OAuth, email OTP, and wallet connect - Applies standard light theme (Roboto font, #4779FF palette, white header, footer) - Uses createWalletClientForWalletAccount for EVM trading; signTransaction for Solana - Updates lifi-provider to use JS SDK wallet accounts instead of React SDK hooks Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Closing in favour of #52 which has the clean ramps-only changes. |
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
nextjs-iron-rampfrom React SDK to JS SDK (@dynamic-labs-sdk/client ^0.24.1+@dynamic-labs-sdk/evm)nextjs-moneygram-rampfrom JS SDK v0.12.1 to v0.24.1 with standard theme#4779FFpalette, customDynamicButtonDynamicContextProviderwith JS SDK custom contextTest plan
🤖 Generated with Claude Code