Hi all,
What steps would be involved if I wanted to create an OpenZeppelin Governor contract for a non ERC-20 token?
Thanks!
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.
@mistascallopz Do you want to share what kind of token you're thinking of?