# Libraries and SDKs Overview

The cNGN Libraries and SDKs are designed to simplify how developers and businesses integrate cNGN-powered features into their applications. Whether you are building a payment solution, wallet system, or financial platform, these tools offer pre-built functions and secure methods to reduce development time and complexity. What’s Included:\
\
**Backend Libraries**\
Available in [PHP](https://github.com/wrappedcbdc/cngn-php-library), [Python](https://github.com/wrappedcbdc/cngn-python-library), [Node.js](https://github.com/wrappedcbdc/cngn-typescript-library), and [Java](https://github.com/wrappedcbdc/cngn-java-library), these libraries provide direct access to cNGN REST API features such as:

* Wallet creation and management
* Checking balances and transaction history
* Deposits and withdrawals
* Virtual account generation
* Asset bridging across supported blockchains

**Price Oracle**\
[cNGN price oracle](https://github.com/wrappedcbdc/cngn-price-oracle) is a dedicated tool for retrieving real-time and historical cNGN-to-fiat exchange rates, ensuring accurate pricing and reporting leveraging Chainlink price feed. \
Key Benefits:\
Faster Integration: No need for manual API calls; ready-to-use functions save development time.\
Secure & Reliable: Authentication, error handling, and validation are built into the libraries.\
Flexible for Any Stack: Multiple languages supported for backend and frontend development.\
Seamless User Experience: Widgets and SDKs allow businesses to offer a smooth, professional interface.\
Accurate Financial Data: Price Oracle ensures up-to-date conversion rates for transparent transactions.Who Should Use These Tools?\
Businesses seeking quick, secure payment and wallet integrations.\
Developers looking for tested, ready-to-deploy libraries to minimize bugs and complexity.\
Finance teams requiring reliable exchange rate data for reporting and audits.


---

# 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.cngn.co/libraries-sdks/libraries-and-sdks-overview.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.
