> For the complete documentation index, see [llms.txt](https://developer.xyxyx.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.xyxyx.pro/utilities/code-samples.md).

# Code samples

Xyxyx’s [Postman collection](https://xyxyx-1337118.postman.co/workspace/5d9d99f0-c619-44e6-8d21-96b936f4957b/documentation/44695209-a81aad73-ad79-4fae-83fd-e05c29242873) enables developers to quickly test the API endpoints. Simply import the JSON file into Postman, set up environment variables (like the API base URL and wallet private key), and begin making requests.

For a more detailed, end-to-end demonstration, visit the Xyxyx Tokenization Boilerplate (XTB) Github repository [here](https://github.com/xyxyxpro/XTB). This repo shows how to integrate the Xyxyx API in a typical Node.js workflow, including code examples for minting text-based tokens and deploying smart contracts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developer.xyxyx.pro/utilities/code-samples.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.
