Skip to content

Commit

Permalink
Merge pull request ton-community#455 from reveloper/weekly_update_24-2
Browse files Browse the repository at this point in the history
Weekly update 24_2
  • Loading branch information
reveloper committed Jan 15, 2024
2 parents 863eda3 + 4a26c68 commit 25ff58f
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 24 deletions.
1 change: 1 addition & 0 deletions docs/develop/dapps/apis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [tonapi.io](https://docs.tonconsole.com/tonapi/api-v2) - fast indexed API which provides basic data about accounts, transactions, blocks, application-specific data about NFT, Auctions, Jettons, TON DNS, Subscriptions. It also provides annotated data on transaction chains.
- [dton.io](https://dton.io/graphql/) - GraphQL API with that can provide data about accounts, transactions and blocks, as well as application-specific data about NFT, Auctions, Jettons and TON DNS.
- [ton-api-v4](https://mainnet-v4.tonhubapi.com) - another lite-api focused on speed via aggressive cashing in CDN.
- [docs.nftscan.com](https://docs.nftscan.com/reference/ton/model/asset-model) - NFT APIs for TON blockchain.
- [evercloud.dev](https://ton-mainnet.evercloud.dev/graphql) - GraphQL API for basic queries in TON.
- [everspace.center](https://everspace.center/toncoin) - Simple RPC API for accessing TON Blockchain.

Expand Down
2 changes: 1 addition & 1 deletion docs/develop/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Take your first steps in DApps development with a comprehensive DApps building g
- [TON Hello World: Step by step guide for building your first web client](https://ton-community.github.io/tutorials/03-client/)
- [Telegram bot integration via TON Connect](/develop/dapps/ton-connect/tg-bot-integration)

### SDKs and Examples
### APIs and SDKs

* [APIs](/develop/dapps/apis)
* [SDKs](/develop/dapps/apis/sdk)
Expand Down
Loading

0 comments on commit 25ff58f

Please sign in to comment.