Skip to content

Commit

Permalink
Merge pull request #340 from purpleguy99/patch-1
Browse files Browse the repository at this point in the history
Add C# Library and Unity Asset for TonConnect 2.0 to Ton.Docs
  • Loading branch information
reveloper authored Sep 17, 2023
2 parents e2edecf + f684b8e commit bc5304d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/develop/dapps/ton-connect/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,28 @@ Use it to connect your app to TON wallets via TonConnect protocol.

* [GitHub](https://github.com/romanovichim/dartTonconnect)


## TON Connect C#

C# SDK for TON Connect 2.0. Analogue of the `@tonconnect/sdk` library.

Use it to connect your app to TON wallets via TonConnect protocol.

```bash
$ dotnet add package TonSdk.Connect
```

* [GitHub](https://github.com/continuation-team/TonSdk.NET/tree/main/TonSDK.Connect)


## TON Connect Unity

Unity asset for TON Connect 2.0. Uses `continuation-team/TonSdk.NET/tree/main/TonSDK.Connect`.

Use it to integrate TonConnect protocol with your game.

* [GitHub](https://github.com/continuation-team/unity-ton-connect)

## General Questions and Concerns

If any of our developers or community members encounter any additional issues during the implementation of TON Connect 2.0, please contact the [Tonkeeper developer](https://t.me/tonkeeperdev) channel.
Expand Down

0 comments on commit bc5304d

Please sign in to comment.