# Community Dev Resources

In an effort to accelerate the adoption of PulseChain by developers, the PNS team has made several contributions to open-source projects and in some instances forked protocols that were not compatible with PulseChain. The goal of this initiative is to make it easier for other developers to build on PulseChain and bring adoption via their creations. The below resources are for fellow developers and are not meant to be consumer-facing.

## Safe {wallet}  prev. Gnosis Safe

[Safe](https://safe.global/) is the most trusted decentralized custody protocol and collective asset management platform on Ethereum and the EVM.

Context: At this moment there are no plans by the Safe team to adopt PulseChain. Hence it was forked by the PNS team and can be accessed via [our UI ](https://safe.pulse.domains/)or forked [here](https://github.com/pulsedomains).

{% hint style="danger" %}
Given our public-facing frontend / UI will be sunsetted on June 15th of 2024, we highly encourage any team to fork our repo and host their own frontend / UI.
{% endhint %}

### Availability

Mainet: <https://safe.pulse.domains/>

[Github](https://github.com/pulsedomains)

Configured apps: Wallet Connect & Transaction Builder

Since this particular fork is not supported by the official Safe team (yet) we are not liable for any damages or misuse that may accrue. Please review all changes or contribute to this fork.\
\ <br>


---

# 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.pulse.domains/community/community-dev-resources.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.
