Skip to content

Commit

Permalink
Add Telegram channel to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xssnick authored Jul 25, 2024
1 parent 1a9b826 commit d6bf268
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<img align="right" width="425px" src="https://github.com/xssnick/props/blob/master/logoimg.png?raw=true">

[![Based on TON][ton-svg]][ton]
[![Telegram Channel][tgc-svg]][tg-channel]
![Coverage](https://img.shields.io/badge/Coverage-73.8%25-brightgreen)

Golang library for interacting with TON blockchain.
Expand Down Expand Up @@ -63,7 +64,7 @@ If you love this library and want to support its development you can donate any

You can find usage examples in **[example](https://github.com/xssnick/tonutils-go/tree/master/example)** directory

You can also join our **[Telegram group](https://t.me/tonutils)** and ask any questions :)
You could also join our **[Telegram channel](https://t.me/tonutilsnews)** and **[group](https://t.me/tonutils)**, feel free ask any questions :)

### Connection
You can get list of public lite servers from official TON configs:
Expand Down Expand Up @@ -505,5 +506,8 @@ client.SetOnDisconnect(func(addr, serverKey string) {

<!-- Badges -->
[ton-svg]: https://img.shields.io/badge/Based%20on-TON-blue
[tgc-svg]: https://img.shields.io/badge/Telegram%20-Subscribe-24A1DE
[tgg-svg]: https://img.shields.io/badge/Telegram%20-Group-blue
[ton]: https://ton.org
[tg-chat]: https://t.me/tonutils
[tg-channel]: https://t.me/tonutilsnews

0 comments on commit d6bf268

Please sign in to comment.