-
Notifications
You must be signed in to change notification settings - Fork 10
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
Replace tokens pallet instance with assets #84
Comments
Hi @olanod, I was looking at the assets pallet and it is more of a token generator/factory than a replacement for our current use case with orml-tokens. How should we handle this, is the goal to exactly emulate the function we previously had with orml-tokens (I guess via a wrapper pallet similar to backed-asset 🤔 ) or is the goal to allow anyone to create these tokens via deposit of a base currency? In that case do we implement balances pallet for the currency? |
True, assets pallet has more functionality as a "token factory" but not necessarily differs a lot from what we have. Any pallet that used to depend on a |
What about the currency, do we just use KSM/DOT like statemint or do we have our own? |
Besides from the assets pallet itself, is there any other dependency on a |
Related substrate/8483
Depends on substrate/8453 specifically
fungibles::Lockable
The text was updated successfully, but these errors were encountered: