Realm
simple_dao
gno.land/r/samcrew/daodemo/simple_dao
Render
๐๏ธ Simple DAO Actions
Welcome to Simple DAO! This is a demonstration of basic DAO functionality.
โน๏ธ How it Works
-
Join the DAO using the AddMember function.
-
Create a pre-made Proposal using ProposeAddMember function using this parameters:
address: The address of the member to addroles: Comma-separated roles (e.g., "public-relationships,finance-officer" or "finance-officer")
-
Vote on proposals using their ID.
-
Execute proposals that have passed (met the required voting conditions).
๐ Note: Only proposals that have met the governance conditions can be executed. You need both 40% of member approval AND at least 1 finance-officer to execute a proposal.
๐ Available Actions
Member Management
- ๐ Add Yourself as Member - Join the DAO to participate in governance
- ๐ Propose Add Member - Create a proposal to add a new member with specific roles
Other Demos
- ๐ Custom Resource Example - See a demo of custom resource implementation
- ๐ Custom Condition Example - See a demo of custom condition implementation
This is a demonstration DAO built with gno.land and daokit
Demo DAOKIT DAO
A demo DAO showcasing governance and community decision-making.
Realm address: g1anxux8anu724k4y58l92smc50jyxn5edmchule
Discover more about this DAO on the configuration page โ๏ธ
Source (qfile)
gnomod.toml simple_dao.gno utils.gno