A DAO/Dapp on Dfinity with tokenized governance

How do tokens work on dfinity? I suppose I am looking for an Erc20 equivalent. If I want to setup a DAO/dapp with my own tokens for governance, how would that work?

Aside from the governance tokens / cycles, I don’t think Dfinity is has any out-of-the-box support for tokens. However, what you could easily do is just create a canister that implements all the ERC20 methods.

A complete implementation has been done by Enzoh here:

4 Likes

Thanks Steve. I will check it out.