موجود در حرفه‌ای

Community Voting ماژول

A read-only governance viewer: /proposals lists the active Snapshot.org proposals for a DAO space (title, state, closing time, number of choices). The bot cannot create proposals, cast or weight votes, delegate, or execute anything on-chain.

Reads live Snapshot proposals
Title, state and closing time
Any DAO space with /proposals
9:41
5G
C

Community Voting Demo

bot

ماژول Community Voting چه می‌کند؟

A read-only governance viewer: /proposals lists the active Snapshot.org proposals for a DAO space (title, state, closing time, number of choices). The bot cannot create proposals, cast or weight votes, delegate, or execute anything on-chain.

  • DAO governance
  • Community decisions
  • Decentralized voting
ویژگی‌های کلیدی

هر آنچه نیاز دارید

تمام ویژگی‌های قدرتمند موجود در ماژول Community Voting را کشف کنید.

Reads live Snapshot proposals

شامل ماژول Community Voting برای یکپارچگی بدون درز.

Title, state and closing time

شامل ماژول Community Voting برای یکپارچگی بدون درز.

Any DAO space with /proposals

شامل ماژول Community Voting برای یکپارچگی بدون درز.

موارد استفاده

ببینید چگونه کسب‌وکارها از ماژول Community Voting استفاده می‌کنند

DAO governance

مناسب برای تیم‌هایی که به دنبال پیاده‌سازی قابلیت‌های dao governance هستند.

Community decisions

مناسب برای تیم‌هایی که به دنبال پیاده‌سازی قابلیت‌های community decisions هستند.

Decentralized voting

مناسب برای تیم‌هایی که به دنبال پیاده‌سازی قابلیت‌های decentralized voting هستند.

مرجع API

یکپارچه‌سازی آسان

از API RESTful یا وب‌هوک‌های ما برای یکپارچه‌سازی ماژول Community Voting با سیستم‌های موجود خود استفاده کنید.

مشاهده مستندات API
// Enable Community Voting module
curl -X POST https://api.botlaunch.io/v1/modules \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "module": "community-voting",
    "enabled": true,
    "config": {
      // Your configuration here
    }
  }'

// Response
{
  "success": true,
  "module": {
    "id": "community-voting",
    "name": "Community Voting",
    "enabled": true,
    "status": "active"
  }
}

آماده استفاده از Community Voting هستید؟

همین امروز با پلن رایگان ما شروع کنید. نیازی به کارت اعتباری نیست.