vocdoni / interoperability

Private repository to manage the interoperability between protocol, API, SDK, UIs and documentation
1 stars 0 forks source link

Change the mini-SDK to detect if the token can be minted or not #179

Closed jpaulet closed 2 months ago

jpaulet commented 2 months ago

In the gasless plugin, now we show that all the tokens can be minted, but we should check the token owner and compare with the DAO address to know if the DAO can mint tokens or not, and mark with a flag. It should be transparent for the UI.

emmdim commented 2 months ago

https://github.com/aragon/app/pull/1328