Using OpenZeppelin’s Governor contract with non-ERC20 token

Hi all,

What steps would be involved if I wanted to create an OpenZeppelin Governor contract for a non ERC-20 token?

Thanks!

There is a Votes abstract contract you can use here. Recently a ERC721 Governance module was added you can use it or take it as a guide and implement your own version.

1 Like

@mistascallopz Do you want to share what kind of token you're thinking of?