> For the complete documentation index, see [llms.txt](https://developer.tokeninc.com/token-developer-portal-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.tokeninc.com/token-developer-portal-1/x-platform/token-x-connect-wire/ornek-uygulamalar.md).

# Örnek Uygulamalar

## .NET Projesi

{% embed url="<https://github.com/TokenPublication/hizlisepet-clienttemplate/tree/master>" %}

## Delphi Projesi

{% embed url="<https://github.com/TokenPublication/IntegrationHub-DelphiTemplate>" %}

## C++ Kütüphane Kullanımı

Kütüphanenin C++ DLL'i mevcuttur. Bu DLL'in çalıştırılabilmesi için aşağıdaki kütüphanelerin entegrasyon kütüphanesinden önce yüklenmesi gerekmektedir.

{% file src="/files/yLtJqsapzTUqQeC4XfsY" %}

```cpp
LoadNativeLibrary("libusb-1.0.dll");
LoadNativeLibrary("libcrypto-3.dll");
LoadNativeLibrary("zlib1.dll");
LoadNativeLibrary(TokenDllName);
```

## C++ Qt Projesi

{% embed url="<https://github.com/TokenPublication/IntegrationHub-CppTemplate>" %}

## Ubuntu Java Projesi

{% embed url="<https://github.com/TokenPublication/IntegrationHub-SoJava/tree/master>" %}

## C++ Ubuntu 32bit

{% embed url="<https://github.com/TokenPublication/IntegrationHub-CppSoLinux-32bit>" %}

## C++ Ubuntu 64bit

{% embed url="<https://github.com/TokenPublication/IntegrationHub-CppSoLinux-64bit>" %}
