# Contribute

Anyone interested in developing their own wallet can use this as a starting point. **This is not only relevant for developers, but also for governments, enterprises and exchanges.** The alignment of your software with this reference implementation will enable adoption of the latest industry standards, adapting to new BSV infrastructure as the network scales.

In order to develop your own applications based on this reference SPV Wallet implementation you'll need to fork the repositories individually.

<table><thead><tr><th width="298">Component</th><th>Repository</th></tr></thead><tbody><tr><td>SPV Wallet Server</td><td><a href="https://github.com/bitcoin-sv/spv-wallet">https://github.com/bitcoin-sv/spv-wallet</a></td></tr><tr><td>Helm Charts</td><td><a href="https://github.com/bitcoin-sv/spv-wallet-helm">https://github.com/bitcoin-sv/spv-wallet-helm</a></td></tr><tr><td>Block Headers Service</td><td><a href="https://github.com/bitcoin-sv/block-headers-service">https://github.com/bitcoin-sv/block-headers-service</a></td></tr><tr><td>Web Front End</td><td><a href="https://github.com/bitcoin-sv/spv-wallet-web-frontend">https://github.com/bitcoin-sv/spv-wallet-web-frontend</a></td></tr><tr><td>Web Back End</td><td><a href="https://github.com/bitcoin-sv/spv-wallet-web-backend">https://github.com/bitcoin-sv/spv-wallet-web-backend</a></td></tr><tr><td>Go Client</td><td><a href="https://github.com/bitcoin-sv/spv-wallet-go-client">https://github.com/bitcoin-sv/spv-wallet-go-client</a></td></tr><tr><td>JS Client</td><td><a href="https://github.com/bitcoin-sv/spv-wallet-js-client">https://github.com/bitcoin-sv/spv-wallet-js-client</a></td></tr><tr><td>AWS Cloud Formation Template</td><td><a href="https://github.com/bitcoin-sv/spv-wallet-aws">https://github.com/bitcoin-sv/spv-wallet-aws</a></td></tr><tr><td>Web Admin</td><td><a href="https://github.com/bitcoin-sv/spv-wallet-admin">https://github.com/bitcoin-sv/spv-wallet-admin</a></td></tr><tr><td>Admin Keygen</td><td><a href="https://github.com/bitcoin-sv/spv-wallet-admin-keygen">https://github.com/bitcoin-sv/spv-wallet-admin-keygen</a></td></tr></tbody></table>

Each component has its own README which will guide you through the setup process. A developer guide on how to get your dev environment set up and how each of the components works is here:

{% content-ref url="/spaces/XXlVD1d5DMU8RH6DWSb7" %}
[Broken mention](broken://spaces/XXlVD1d5DMU8RH6DWSb7)
{% endcontent-ref %}


---

# 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.bsvblockchain.org/network-topology/spv-wallet/contribute.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.
