Governance & DAO Module
OmniSocial enables decentralized community coordination through native DAO creation, proposal management, and reputation-weighted voting.
Other integrated systems:
createDAO(...)
createDAO(...)function createDAO(
string memory name,
address[] memory initialMembers,
uint256[] memory initialRep,
uint256 quorum,
uint256 votingPeriod,
bool useTimelock
) external returns (address newDAO);createProposal(...)
createProposal(...)castVote(...)
castVote(...)executeProposal(...)
executeProposal(...)Last updated
Was this helpful?
