1Hive / dandelion-template

An Aragon template featuring Moloch-style ragequit functionality
MIT License
12 stars 17 forks source link

Is it possible to add tokens via Token or only via Token Request? #49

Closed marsrobertson closed 4 years ago

marsrobertson commented 4 years ago

My token request #48 is failing so I thought about generating tokens the old way.

BUT

image

Therefore fails: aragon tokens add dandellion

(not sure if MetaMask errors in the console are related)

lkngtn commented 4 years ago

By default the only way to mint tokens is through token request, however, the voting app is the the permission manager so you can create a vote to assign that permission to either the voting app or even your own account.

It may make sense for us to consider having the mint/burn permissions also assigned to the voting app by default in a future version of the template.

marsrobertson commented 4 years ago

Thank you for explaining.

Now I understand I can assign token permission to the voting app.