# 오픈소스 정보

코코넛 프로젝트는 오픈소스 프로젝트입니다. 프로젝트의 소스 코드는 GitHub 사이트에서 직접 확인하실 수 있으며, 각 레파지토리에서 오픈소스 라이브러리임을 명시하고 있습니다.&#x20;

### GitHub 레파지토리 링크

* Coconut Library : 비트코인 모바일 앱 개발 전용 라이브러리(Dart) [링크](https://github.com/noncelab/coconut_lib) | [pub dev 링크](https://pub.dev/packages/coconut_lib)
* Coconut Vault : 코코넛 볼트 앱(Flutter) [링크](https://github.com/noncelab/coconut_vault)&#x20;
* Coconut Wallet : 코코넛 월렛 앱(Flutter) [링크](https://github.com/noncelab/coconut_wallet)

추가 문의 사항이 있으시면 언제든지 각 GitHub 레파지토리의 이슈 트래커 또는 [포우 커뮤니티](https://powbitcoiner.com/)나 [X @POWbitcoiner](https://x.com/POWbitcoiner)를 통해 문의해 주세요.


---

# 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://tutorial.coconut.onl/info/open-source.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.
