Merge Solana wallet to 1 account

Hi, I am TK I so rookie in web3 technology and I want to create simple dapp for group wallet and create solana user profile. But i don’t see moralis document for merge solana wallet in reactjs.
i want to learn and need help. thank you.

merging solana wallet in moralis database is not yet possible. Currently it is only possible to merge evm addresses.

Thank you for answer. In plan, Moralis team have a plan to implement this feature for sol chain right?

Not sure if this feature will be added to moralis server. However moralis server features will soon be open sourced so you can implement this logic on your own backend using v2 sdk

You can do it manually by saving the Solana address to the user e.g. _User object separately to create the “merge”.