Automatic the process of creating sub-accounts (multi-chain account) #246
AlexiJemano
started this conversation in
General
Replies: 1 comment 2 replies
-
Hello @AlexiJemano, The Phantom provider does not provide any functionality for creating accounts. To do this you will want to construct your transactions using a library like Solana's Web3js. I am not aware of any libraries that allow you to build a accounts for multiple chains. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
My question is how to automate this proces let's say I'm building an app (like salad) where every user gets their own address. Doing it manually will be hard so if I could write a py code using the API and let's say connect to main account and say to create 1000 sub-accounts. How I do it?
Beta Was this translation helpful? Give feedback.
All reactions