Skip to content

Commit

Permalink
Merge pull request #447 from gulitsky/patch-1
Browse files Browse the repository at this point in the history
Add link to TON Connect Go SDK
  • Loading branch information
reveloper authored Dec 31, 2023
2 parents da707e0 + ae9aad2 commit 045d9f7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/develop/dapps/ton-connect/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This page contents the list of useful libraries for TON Connect.
* [TON Connect Dart](/develop/dapps/ton-connect/developers#ton-connect-dart)
* [TON Connect C#](/develop/dapps/ton-connect/developers#ton-connect-c)
* [TON Connect Unity](/develop/dapps/ton-connect/developers#ton-connect-unity)
* [TON Connect Go](/develop/dapps/ton-connect/developers#ton-connect-go)

## TON Connect React

Expand Down Expand Up @@ -131,6 +132,18 @@ Use it to integrate TonConnect protocol with your game.

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

## TON Connect Go

Go SDK for TON Connect 2.0.

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

```bash
go get github.com/cameo-engineering/tonconnect
```

* [GitHub](https://github.com/cameo-engineering/tonconnect)

## 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 045d9f7

Please sign in to comment.