# Community Libraries

Awesome community-maintained libraries

```
       .---.                   .---.
   .---|___|           .-.     |~~~|
.--|===| B |_          |_|     |~~~|--.
|  |===| I |'\     .---!~|  .--|   |--|
|  |   | T |.'\    |===| |--|%%| W |  |
|  |   | C |\.'\   | S | |__|  | O |py|
|go|   | O | \  \  |===| |==|  | C |  |
|  |   | I |  \.'\ | V |_|__|  |~~~|__|
|  |===| N |   \.'\|===|~|--|%%|~~~|--|
^--^---'---^    `-'`---^-^--^--^---'--' 
```

### Golang

| Description                                    | Link                                                 |
| ---------------------------------------------- | ---------------------------------------------------- |
| Go Wrapper for WoC API by **MrZ**              | [GitHub](https://github.com/mrz1836/go-whatsonchain) |
| Go Wrapper for bitcoin RPC by **Simon Ordish** | [GitHub](https://github.com/ordishs/go-bitcoin)      |

### Python

| Description                                 | Link                                               |
| ------------------------------------------- | -------------------------------------------------- |
| Python3 Wrapper for WOC API by **AustEcon** | [GitHub](https://github.com/AustEcon/whatsonchain) |

### Node.js

| Description                                              | Link                                                                     |
| -------------------------------------------------------- | ------------------------------------------------------------------------ |
| JS Wrapper for WoC API by **baryon**                     | [npmjs](https://www.npmjs.com/package/whatsonchain)                      |
| Example: How to verify merkle proofs by **Simon Ordish** | [Gist](https://gist.github.com/ordishs/7c4d2bf77b9fe74eb044aaa5a6867fc2) |


---

# 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.taal.com/core-products/whatsonchain/community-libraries.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.
