Skip to content
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

feat: Allocator behavior #125

Closed
0xJepsen opened this issue Apr 8, 2024 · 0 comments · Fixed by #130
Closed

feat: Allocator behavior #125

0xJepsen opened this issue Apr 8, 2024 · 0 comments · Fixed by #130
Labels
💡 feature New features 🛠️ kit Anything related to the DFMM kit

Comments

@0xJepsen
Copy link
Contributor

0xJepsen commented Apr 8, 2024

This behavior should mint some tokens on startup from the token admin.
Then it should create a pool on one of the strategies (this is where we might want to think about being generic over pools).
A Good idea would be to make a allocationtype trait
Screenshot 2024-04-08 at 9 56 08 AM

And then our allocation can be generic over different types of allocations (i.e. initial vs managed) Start with initial but allow for extensibility
Screenshot 2024-04-08 at 9 56 21 AM

@0xJepsen 0xJepsen added 🧹 improvement Code improvements or cleanup 🛠️ kit Anything related to the DFMM kit 💡 feature New features and removed 🧹 improvement Code improvements or cleanup labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 feature New features 🛠️ kit Anything related to the DFMM kit
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant