Realm
custom_resource
gno.land/r/samcrew/daodemo/custom_resource
Render
๐ง Custom Resource Demo
This showcases how to extend your DAO with custom actions.
โน๏ธ How it Works
-
Join the DAO using the AddMember function.
-
Create a blog post Proposal using ProposeNewPost function with these parameters:
title: The title of the blog postcontent: The content of the blog post
-
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 at least 10% of member approval to execute a proposal.
๐ Available Actions
Member Management
- ๐ Add Yourself as Member - Join the DAO to participate in governance
Custom Resource Actions
- ๐ Propose New Blog Post - Create a proposal to publish a new blog post (demonstrates custom resource)
Other Demos
- ๐ Simple DAO Demo - Basic DAO functionality
- ๐ Custom Condition Demo - Custom governance conditions
This is a demonstration DAO built with gno.land and daokit
Demo DAOKIT DAO
This is a demo DAO built with DAOKIT
Realm address: g1czaf0jpes9vcjewhjf9p7vndh5ygdplcf3p9jt
Discover more about this DAO on the configuration page โ๏ธ
My blog
No post available
Source (qfile)
blog.gno custom_resource.gno gnomod.toml simple_dao.gno utils.gno