BLUE
Sschwentker.bsky.social

chatgpt4 prompt play: create 5 or more solidity interfaces for governance patterns 🤖🔮♒ interface IVoting { enum Vote { Yes, No } function castVote(uint256 proposalId, Vote vote) external; function getVote(address voter, uint256 proposalId) external view returns (Vote); }

0