feat: replace StarkNet with Stellar wallet integration#263
Open
Mmesolove wants to merge 3 commits intoStreamFi-x:devfrom
Open
feat: replace StarkNet with Stellar wallet integration#263Mmesolove wants to merge 3 commits intoStreamFi-x:devfrom
Mmesolove wants to merge 3 commits intoStreamFi-x:devfrom
Conversation
- Created StellarWalletProvider context with connection management - Updated ConnectWalletModal to support 5 Stellar wallets (Freighter, xBull, Albedo, Lobstr, Hana) - Removed @starknet-react dependencies from wallet components - Added wallet icons for all supported Stellar wallets - Implemented error handling for wallet not installed, user rejection, and connection failures - Maintained existing UI design and auto-close behavior
|
@Mmesolove is attempting to deploy a commit to the david's projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Please Review |
- Replace useAccount from @starknet-react/core with useStellarWallet hook - Update registration payload to use Stellar publicKey (G-address format) - Update localStorage/sessionStorage to store Stellar public key - Remove all StarkNet dependencies from ProfileModal component This change enables user registration with Stellar wallet addresses instead of StarkNet hex addresses, maintaining backward compatibility with the /api/users/register endpoint.
…-stellar feat: Migrate ProfileModal from StarkNet to Stellar wallet
7 tasks
Contributor
|
hi @Mmesolove I want to merge kindly fix conflicts |
Contributor
|
Hi @Mmesolove, This PR has merge conflicts that need to be resolved before it can be merged. Please:
You can resolve conflicts by running: git checkout feature/stellar-wallet-integration
git pull origin dev
# Resolve conflicts in the affected files
git add .
git commit -m "fix: resolve merge conflicts"
git pushOnce conflicts are resolved, we can proceed with the review and merge. Thanks! |
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.
Description
Changes proposed
What were you told to do?
What did you do?
Check List (Check all the applicable boxes)
🚨Please review the contribution guideline for this repository.
Closes #263