Open
Description
What about ERC1155Votes?
🧐 Motivation
- seems to be the natural next step
- DAOs are looking for ways to separate themselves into smaller groups (guild/pods/etc), each with it's own responsibilities and power. The ERC1155 multi-token standard can help with that.
📝 Details
An implementation of Votes for the ERC1155 contract that will allow different voting weight for different tokens.
My thoughts is that this should be possible to implement in much the same method used here
https://github.com/toledoroy/openzeppelin-contracts_NFVotes/blob/master/contracts/token/ERC721/extensions/ERC721VotesNF.sol
Please share your thoughts 🙏