Stellar integration

Do someone have any kind of experience integrating with stellar? This should be possible over the Private key Provider right? What format does have the key?

Thanks!



Originally posted by: irux

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1184

Hey there, I haven't interacted with Stellar Blockchain, but it looks it follows ed25519 curve similar to Solana. As the key provided by Web3Auth can be converted to a different curve, we can support Stellar. Have a look at our multichain example where we are showcasing how to generate wallets for different chains at once.
Hope this helps!



Originally posted by: Saviour1001

As i am not as well versed , can someone guide me where i can find the correct documentation for integration with stellar?

We regularly add more chains as the request from community comes over, but documenting all chains is not possible. For Non EVM Chains, we have already documented the following chains:

For Stellar, we will be adding that to our list of requested examples, but can’t commit a timeline for it. The process however remains very similar to how we have integrated with other chains here. We take the private key from web3auth and derive a sub key compatible with the particular chain. Using that sub key we generate a provider for making blockchain calls. You can look around the Stellar community and documentation for the needed packages for it. We will also explore in the meantime and let you know if we find any particular resources for it.

Hi thank you for your help ! I have written the code for stellar but i am encountering some issues , can one of your team members help me rectify it ? It will be of great help thanks

Here is the repo link:

Your request has been forwarded to our team and we will get back with further updates.

1 Like

Thank you for your prompt response