From 50b0f4765aa135c76cbe362b71a70405104a10fc Mon Sep 17 00:00:00 2001 From: AlexG Date: Sat, 18 Nov 2023 16:48:51 +0900 Subject: [PATCH] link_fix --- docs/develop/dapps/apis/sdk.mdx | 2 +- docs/participate/explorers.mdx | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/develop/dapps/apis/sdk.mdx b/docs/develop/dapps/apis/sdk.mdx index c7a596d429..9545264aff 100644 --- a/docs/develop/dapps/apis/sdk.mdx +++ b/docs/develop/dapps/apis/sdk.mdx @@ -20,7 +20,7 @@ The data provider is a [Liteserver](/participate/run-nodes/liteserver), which ca | Library | Language | ADNL connector type | Description | |---------|----------|-------|--------------| -|[ton-kotlin](https://github.com/andreypfau/ton-kotlin)|Kotlin|Native ADNL |Kotlin/Multiplatform SDK for The Open Network| +|[ton-kotlin](https://github.com/ton-community/ton-kotlin)|Kotlin|Native ADNL |Kotlin/Multiplatform SDK for The Open Network| |[tonutils-go](https://github.com/xssnick/tonutils-go)|GO|Native ADNL |Golang library for interacting with TON blockchain| |[tongo](https://github.com/tonkeeper/tongo)|GO|Native ADNL |Go implementation of libraries for TON blockchain| |[tonutils](https://github.com/thekiba/tonutils) | TypeScript | Native ADNL | TypeScript-based interface for building and interacting with applications in TON Ecosystem. | diff --git a/docs/participate/explorers.mdx b/docs/participate/explorers.mdx index 07d2b57bf7..16aa137b18 100644 --- a/docs/participate/explorers.mdx +++ b/docs/participate/explorers.mdx @@ -28,7 +28,7 @@ Almost all explorers have the ability to find out information about balances, tr Next, we will consider several explorers that can be attributed to each of these categories. -## TON Scan +## TON Scan.org Good explorer for everyday use. It provides a comprehensive view of the TON Blockchain, allowing users to search for transactions, addresses, blocks, and more. Any search is performed against the public [address book](https://github.com/catchain/tonscan/blob/master/src/addrbook.json) (TON Foundation, OKX and etc.) @@ -45,6 +45,17 @@ Good explorer for everyday use. It provides a comprehensive view of the TON Bloc - URL: https://tonscan.org/ - Testnet URL: https://testnet.tonscan.org/ +## TON Scan.com + +### Features + +- Transaction aggregation analytics +- Transaction Traces + +### Links + +- URL: https://tonscan.com/ + ## Ton Whales Explorer This explorer is more oriented towards developers than ordinary users.