Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the TON Connect documentation to include information about a user-friendly sdk for Unity projects #862

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/v3/guidelines/ton-connect/guidelines/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,17 @@ Use it to integrate the TonConnect protocol with your game.
* [GitHub](https://github.com/continuation-team/unity-ton-connect)
* [Docs](https://docs.tonsdk.net/user-manual/unity-tonconnect-2.0/getting-started)

Unity SDK with frendly API for TON Connect 2.0. Uses `MrVeit/Veittech-UnitonConnect`

Use it to embed the TonConnect protocol into your game as natively as possible.

* [GitHub](https://github.com/MrVeit/Veittech-UnitonConnect)
* [Docs](https://github.com/MrVeit/Veittech-UnitonConnect/blob/main/README.MD)

Example of a deployed `MrVeit/Veittech-UnitonConnect`:
* [TMA](https://t.me/UnitonConnect_bot/dAppStart)
* [Web App](https://mrveit.github.io/Veittech-UnitonConnect/)

## See Also

* [Step by step guide for building your first web client](https://ton-community.github.io/tutorials/03-client/)
Expand Down