project-serum / swap-ui

React Component for Swapping on the Serum DEX
Apache License 2.0
113 stars 117 forks source link

Automatically create associated token accounts for the Swap referral account #69

Open secretshardul opened 3 years ago

secretshardul commented 3 years ago

Currently swaps fail if the referral account doesn't have the right associated token account present. It is not practical to anticipate and create every token account in advance, especially as the number of markets grow. This should be handled by the swap library itself.

armaniferrante commented 3 years ago

This needs to be done outside of the program. Moved to the UI repo.