title: DAOstar introduction

tags: daostar, plancker, join, eip4822 author: jhfnetboy

DAOstar introduction

API

https://daostar.org/api/docs/

https://daostar.org/api/docs/#/default/post_mutable

https://api.daostar.org/,具体的api访问url?

{"message":"API service for DAOstar, access via <https://daostar.org/api> or view documentation at <https://daostar.org/api/docs>"}

{
name	string
example: MyDAO
description	string
example: Demonstrates DAOstar setup process
membersURI	string
example: ipfs://Qme7ss3ARVgxv6rXqVPiikMJ8u2NLgmgszg13pYrDKEoiu
proposalsURI	string
example: <https://mydao.github.io/proposals>
activityLogURI	string
example: <https://mydao.com/activityLog.json>
governanceURI	string
example: <https://github.com/MyDAO/MyDAO/governance.md>
}

post to endpoint
{
  "caip": "eip155:1:0x2596Bc41f02d8b4446f7E35fF2163653e2918860",
  "data": {
    "name": "MyDAO",
    "description": "Demonstrates DAOstar setup process",
    "membersURI": "ipfs://Qme7ss3ARVgxv6rXqVPiikMJ8u2NLgmgszg13pYrDKEoiu",
    "proposalsURI": "<https://mydao.github.io/proposals>",
    "activityLogURI": "<https://mydao.com/activityLog.json>",
    "governanceURI": "<https://github.com/MyDAO/MyDAO/governance.md>"
  }
}

response
{
  "url": "<https://api.daostar.org/mutable/eip155:1:0x2596Bc41f02d8b4446f7E35fF2163653e2918860>"
}

Github

https://github.com/metagov/daostar/tree/main/Implementations/API

是一个实现,不过是转译一些其他标准

This serverless API is used to serve results on members, proposals, and activity log URIs for various DAO frameworks. It works by translating subgraph or other indexers into DAOstar formats.

Endpoint

https://docs.google.com/document/d/11lAP16YBiPWk7ATcZOWXRs01kCYrJ97Af94EzpKfutM/edit

这个需要仔细研读,并给出笔记和问题,谈话讨论

DAOStar one

https://daostar.one/