# Csharp.CardanoSounds

### Csharp.CardanoCLI

Custom C# wrapper for cardano-cli that can be used to build services for minting native assets or sending transactions.

### CS.ScanForTxs

Worker updating database with incoming transactions to have early confirmation (technically UTXOs), and sending those to queue for generative process.

### CS.MintAndRefund

Worker scanning database for transactions with generated NFTs to mint, or for those set as invalid to refund. Uses Csharp.CardanoCLI with locally running node.

### Database

Solution is using (Azure) CosmosDB database, chosen for scalability and high throughput. Functions for getting data to and from database are in CS.DB.Cosmos project.

Stack: C# (.net 6.0, compatible with both linux and windows), Azure CosmosDB, cardano-node and cardano-cli

<https://github.com/cardanosounds/cardano-sounds/tree/main/apps/Csharp.CardanoSounds>


---

# 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://cardano-sounds.gitbook.io/cardanosounds/source-code-docs/csharp.cardanosounds.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.
