# Hermés SDKs

Hermés exports a set of SDKs to enable consumers to build decentralized applications on top of the Hermés Contracts. They also allow your DApps to execute write operations to the chain

Most Hermés SDKs target web and platforms like Node.js and ES5 Javascript environments.

The SDKs built by the Mirrorworld team extend already existing contracts shown below:

| Contract Name                      | Description                                                             | Program                                                                                                                       |
| ---------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| **`@mirrorworld/mirage.core`**     | Marketplace SDK                                                         | [Metaplex auction-house](https://github.com/metaplex-foundation/metaplex-program-library/tree/master/auction-house/)          |
| **`@mirrorworld/library.upgrade`** | Level Upgrade SDK for MW Generation 1                                   | [level-upgrade-program](https://github.com/mirrorworld-universe/mirrorworld-program-library/blob/main/programs/level-upgrade) |
| **`@mirrorworld/assets.core`**     | Assets program used to authorize mints for in-game assets               | N/A                                                                                                                           |
| **`@mirrorworld/game.core`**       | Game program used to identify a game instance on the Matrix Core Engine | N/A                                                                                                                           |


---

# 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://whitepaper.mirrorworld.fun/matrix-core-engine/matrix-blockchain-adapter-hermes/hermes-sdks.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.
