-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TALENT] Add ability to create token in bonding curve contract #2564
Comments
Question @wc117:
|
Yes for both. |
What will be the initial token mint amount? I think pump.fun mints 1 billion and 9 as decimals as SOL default decimals. And what information will the user need to put and what will we decide? For example, token name, symbol, etc. @taariq @fullstack412 |
@wc117 thanks for the ask:
|
I will get the TokenName and Symbol in string type in creating token. And we can put token description when token creation. So it can be the additional parameter. @taariq |
The users may want to create a token with token name, symbol, and token description as they want. |
@wc117 Yes. we already have an API and UI to collect that information from the user. We just need the constraints for those variables. How long? |
I think I can finish 1 + 2 in today. 3 and 4 will take 1+ days for each at least. I will try to finish it ASAP. I will share the progress frequently. @taariq |
Thanks @wc117. Looks like we may not make our Friday launch with these needed 2 days. |
@wc117 did we finish on No 2. today, Thursday? |
moved tests to a new ticket |
Current bonding curve contract creates a new pair and add liquidity, burn some part of liquidity.
We have token factory feature in CW. So we can implement the missing logics.
The text was updated successfully, but these errors were encountered: