Realm

custom_resource

gno.land/r/samcrew/daodemo/custom_resource

โ† All realms

Render

๐Ÿ”ง Custom Resource Demo

This showcases how to extend your DAO with custom actions.

โ„น๏ธ How it Works

  1. Join the DAO using the AddMember function.

  2. Create a blog post Proposal using ProposeNewPost function with these parameters:

  • title: The title of the blog post
  • content: The content of the blog post
  1. Vote on proposals using their ID.

  2. 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

Custom Resource Actions

Other Demos

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 โš™๏ธ


> Go to Members

> Go to Proposals

My blog

No post available

Source (qfile)

blog.gno
custom_resource.gno
gnomod.toml
simple_dao.gno
utils.gno