> For the complete documentation index, see [llms.txt](https://docs.taal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taal.com/core-products/whatsonchain/community-libraries.md).

# 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) |
