# Play OpenCohort

## Development Resources for Partners

&#x20;The **Silicon development team** understands the challenges that various partners face when working with **OpenCohort** and **Named Wallet**, two services that were previously unavailable. Community developers may have varying levels of blockchain knowledge based on their experiences and environments, and using **OpenCohort** and **Named Wallet** can involve more complexity than standard REST API integrations.

&#x20;To address this, the Silicon team plans to open-source **Play OpenCohort**. This will allow a diverse range of partners and community developers to manage their data as Cohorts more easily, and we will continue to provide resources to support ecosystem growth.

#### Official Resources

* nodejs : <https://github.com/0xSilicon/play-opencohort>

Tutorials offers the following features:

1. **Open Cohort**

* Cohort Management
  * Mint Cohort
  * Set Grant for Cohort
* Cohort Member Management & Airdrop
  * Add/Remove Members
  * Update Member Identity
  * Initialize/Prepare Snapshot
  * Submit Snapshot Signature
* Todo
  * Self Rollup
  * Revoke Identity

2. **Named Wallet**

* Deploy Wallet
* Check Wallet List
* Add/Remove Wallet Property
* Change Wallet Infomation
* Activate Wallet

&#x20;

3. **Cohort/Wallet Manager (Optional)**

The Manager Contract can manage both Cohort and Named Wallet with a single contract.

* Deploy Manager Contract
* Manager Contract Method Execution Examples

#### Community Resources

* Anyone can contribute code to OpenCohort or the Silicon Network.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.silicon.network/builders/opencohort/framework/developer/play-opencohort.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
