{"id":59987,"url":"https://github.com/copperbits/awesome-ton","name":"awesome-ton","description":"A curated list of awesome TON ecosystem 😎","projects_count":48,"last_synced_at":"2026-06-11T05:00:24.153Z","repository":{"id":70015226,"uuid":"188554561","full_name":"copperbits/awesome-ton","owner":"copperbits","description":"A curated list of awesome TON ecosystem 😎","archived":false,"fork":false,"pushed_at":"2023-05-05T20:21:07.000Z","size":87,"stargazers_count":125,"open_issues_count":3,"forks_count":26,"subscribers_count":17,"default_branch":"master","last_synced_at":"2026-05-25T13:03:42.606Z","etag":null,"topics":["awesome-list","blockchain","telegram","ton"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/copperbits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-25T10:51:24.000Z","updated_at":"2025-11-20T14:43:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4380e16-b4fb-44df-833a-32046bf9eec8","html_url":"https://github.com/copperbits/awesome-ton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/copperbits/awesome-ton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperbits%2Fawesome-ton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperbits%2Fawesome-ton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperbits%2Fawesome-ton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperbits%2Fawesome-ton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/copperbits","download_url":"https://codeload.github.com/copperbits/awesome-ton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copperbits%2Fawesome-ton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34183109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2024-05-08T00:00:22.875Z","updated_at":"2026-06-11T05:00:24.154Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Original source codes and GitHub repo","Block explorers \u0026 Dev-ops tools","SDKs, Client Libraries and toolkits","Tutorials","Telegram Bots and Faucets","Articles \u0026 Videos","Community \u0026 Local resources","License"],"sub_categories":[],"readme":"# Awesome TON (Telegram Open Network)\n[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\nA curated list of awesome TON ecosystem.\n\n## Contents\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n\n- [Awesome TON (Telegram Open Network)](#awesome-ton-telegram-open-network)\n  - [Contents](#contents)\n  - [Original source codes and GitHub repo](#original-source-codes-and-github-repo)\n  - [SDKs, Client Libraries and toolkits](#sdks-client-libraries-and-toolkits)\n  - [Tutorials](#tutorials)\n  - [Block explorers \u0026 Dev-ops tools](#block-explorers--dev-ops-tools)\n  - [Telegram Bots and Faucets](#telegram-bots-and-faucets)\n  - [Articles \u0026 Videos](#articles--videos)\n  - [Community \u0026 Local resources](#community--local-resources)\n  - [Contribute](#contribute)\n  - [License](#license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n\n## Original source codes and GitHub repo\n\n- [TON Documentation](https://test.ton.org) - TON Blockchain Test Network — files and resources\n- [ton-blockchain/ton](https://github.com/ton-blockchain/ton) - GitHub repository linked from ton.org\n- [Blockchain explorer](https://test.ton.org/testnet/) - Simple blockchain explorer for the TON Blockchain Test Network (testnet)\n- [Original source codes](http://test.ton.org/downloads.html) - is TON client tarball.\n- [GitHub mirror](https://github.com/poma/ton) - CI repo with compiled binaries and a docker container.\n- [Community version on GitHub](https://github.com/copperbits/TON) - community version with added features.\n\n\n## SDKs, Client Libraries and toolkits\n\n- [TON Python API client](https://github.com/formony/ton_client) - Python remote API client for [Telegram Open Network] blockchain\n- [TON API in Rust](https://github.com/tonlabs/ton-client-rs) - TON SDK Client Library for Rust\n- [Java wrapper for TON](https://github.com/broxus/ton-client) - Java wrapper for TON Client\n- [Jupyter kernels for FunC \u0026 Fift](https://github.com/atomex-me/xeus-fift) - FunC and Fift language bindings for Jupyter interactive notebooks\n\n## Tutorials\n\n- [ubuntu16.04.sh](https://github.com/copperbits/TON/blob/master/docs/Copperbits_docs/ubuntu16.04.sh) - Build instructions for ubuntu 16.04.\n- [fift-sorting](https://github.com/kaspler/fift-sorting) - Implementation of sorting algorithms in the programming language Fift.\n- [FunC cheat sheet](https://mybinder.org/v2/gh/atomex-me/xeus-fift/binder?filepath=func_cheat_sheet.ipynb) - Interactive FunC notebook with the language basics.\n\n## Block explorers \u0026 Dev-ops tools\n- [TON Labs Node SE](https://ton.dev/node-se) - SDK that contains a Compiler Kit and Client Libraries\n- [Blockchain explorer (ton.org)](https://test.ton.org/testnet/) - Simple blockchain explorer for the TON Blockchain Test Network (testnet)\n- [TON explorer](https://explorer.test.ton.cryptoprocessing.io) - beta explorer for test network\n- [Open source TON explorer](http://tonwatcher.com) - explorer by @EmelyanenkoK\n- [Webserver](https://github.com/copperbits/TON/blob/master/docs/Copperbits_docs/WEB_SERVER.md) - Realizes a web client for TON\n- [Public node](https://explorer.test.ton.cryptoprocessing.io/api) - Web client for TON.\n- [Fullnode in docker](https://github.com/akme/ton-node) - Dockerfile for Telegram Open Network Node\n- [tonlib-go](https://github.com/mercuryoio/tonlib-go) - Golang bindings for tonapijson lib\n- [tonmon](https://github.com/akme/tonmon) - TON metrics for [tonmon.xyz](https://tonmon.xyz)\n- [ton-validation](https://github.com/everstake/ton-validation) - Small utility to automate validator requests and get rewards written in Python by [Everstake](https://everstake.one/)\n- [Blockchair TON explorer](https://blockchair.com/ton) - explorer by [@Blockchair](https://github.com/blockchair/) based on [Blockchair TON JSON API](https://blockchair.com/api/docs#a-namelink_m35a-raw-data-endpoints-for-telegram-open-network)\n- [GramScan](https://gramscan.io/main) - TON blockchain explorer explorer by TON Labs\n- [TonWeb](https://github.com/toncenter/tonweb) - \nJavaScript API for TON\n\n## Telegram Bots and Faucets\n\n- [@test_ton_bot](https://t.me/test_ton_bot) - telegram giver bot\n- [@Gram 50 bot](https://t.me/gram50bot) - TON bot wallet with faucet. Allows to create wallet / sent transactions on testnet.\n- [@buttonwalletbot](https://t.me/buttonwalletbot) - Telegram bot with integrate cryptocurrency, supports TON testnet interactions. Has own faucet for Grams.\n- [@TrackingTONupdates](https://t.me/TrackingTONupdates) - Telegram bot post message there about any new commits into original repo (03.07.2019: 27 members).\n- [Faucet for TON](https://faucet.copperbits.io) - UI friendly faucet to get test Grams.\n- [TON Gram Faucet](https://faucet.grmhub.com) - Open source faucet where you can request test Grams\n\n## Articles \u0026 Videos\n\n- [Telegram Open Network (TON), Polkadot, Cosmos Network](https://medium.com/@buttonwallet/telegram-open-network-ton-polkadot-cosmos-network-future-of-blockchains-7b466b8f2e40) - Review by Button wallet.\n- [TON code review](https://medium.com/@nikitakolmogorov/ton-code-review-fd7ba036626b) - Review by Nikita Kolmogorov.\n- [TON scaling \u0026 decentralisationreview](https://medium.com/@Claudio_Weck/for-geeks-telegram-open-network-does-it-scale-decentralise-ecc3225967e3) - Review by Claudio Weck.\n- [Telegram Open Network Tutorial](https://www.youtube.com/watch?v=J7K2nq5lf7I\u0026feature=youtu.be) - How to use light client by [@rstormsf](https://twitter.com/rstormsf).\n- [Telegram Open Network - TON (Promo Final Version)](https://youtu.be/3O-jnS72gY4) - Promo video about TON by DeCenter\n- [(Chinese) Telegram（电报）中文版白皮书](https://mp.weixin.qq.com/s/WLlD088acBDfjUM4bCEd0A) - article about the TON in Chinese by toozWu.\n- [(Russian) Тестовый клиент TON (Telegram Open Network) и новый язык Fift для смарт-контрактов](https://habr.com/ru/post/453714/) - by deNULL, May 27, 2019.\n- [(Spanish) Telegram Open Network(TON) News and more, Tecnonucleous](https://tecnonucleous.com/tag/ton/)\n\n## Community \u0026 Local resources\n\n- [(English) Copperbits community: TON Research](https://t.me/ton_research) - Developer driven updates about project. (09.09.2019: 493 members)\n- [(Russian) TONgramDev](https://t.me/TONgramDev) - Russian Telegram chat (03.07.2019: 96 members).\n- [(French) GRAM \u0026 TON FRANCE](https://t.me/gramfr) - Groupe d’échange sur blockchain TON et Crypto Gram en français (23.09.2019: 49 members).\n- [(Spanish) TON Es](https://t.me/ton_es) - Spanish Telegram chat (23.09.2019: 44 members)\n- [Tgram 🔜 TON GRAM (Telegram Open Network)](https://t.me/Tgram) - TON news in Russian  (03.07.2019: 137 047 members).\n- [(Chinese) TON whitepaper into Сhinese](https://drive.google.com/file/d/1acH4j7zY_XhsOUGsup4byssMXlp5000O/view) - (in progress) by toozWu.\n- [Bitcoinwiki](https://en.bitcoinwiki.org/wiki/TON) - Wiki-based technical description.\n\n## Contribute\n\nPull requests are welcome! In the spirit of decentralized applications, however.\nFeel free to be a part of the community, send your [PR to awesome-ton repo](https://github.com/copperbits/awesome-ton/edit/master/README.md) with related and useful links to TON ecosystem! 👌\n\n## License\n\n[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0)\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/copperbits%2Fawesome-ton/projects"}