Recalling 10 Little-Known Key Contributions of the Early TON Core Team

marsbit2026-03-15 tarihinde yayınlandı2026-03-15 tarihinde güncellendi

Özet

Despite TON Foundation being widely recognized, the early contributions of the NEWTON team—TON's core developers—are less known. As an early member, Dr. Awesome Doge recounts their pivotal role in maintaining TON testnet2 and enhancing developer tools before Telegram’s official endorsement in 2021, marking a historic community-led takeover. Key contributions include: 1. **mytonctrl**: An automated node management tool for validator setup, wallet creation, and DNS registration. 2. **tonmon**: A monitoring tool for blockchain health, tracking metrics like block time and validator status. 3. **tonmine**: A system to monitor Giver contracts, which distributed ~200,000 $TON daily. 4. **Cross-chain bridge**: Enabled transfers between TON, Ethereum, and BSC before jetton standards existed. 5. **cryptobot**: An early Telegram wallet supporting multiple cryptocurrencies. 6. **toncenter**: A public API simplifying blockchain data access for developers. 7. **explorer.toncoin.org**: TON’s first technical blockchain explorer. 8. **ton.sh**: A user-friendly blockchain explorer focusing on wallet balances and transaction memos. 9. **TonWeb**: A JavaScript SDK to simplify interactions with TON’s complex smart contract languages. 10. **ton wallet**: An early functional wallet that remains operational. In June 2021, NEWTON’s public letter to Telegram led to official recognition and GitHub access, catalyzing TON’s growth. These foundational efforts underscore the team’...

Author: Dr. Awesome Doge

Compiled by: WuBlockchain

Although the TON Foundation is a more well-known name, few people know the story of its early contributors—the NEWTON team (TON Core Team).

Through voluntary technical contributions, the NEWTON team gained recognition from the @Telegram official team in 2021, ultimately achieving a technical handover, marking the most significant "community takeover" in blockchain history.

As one of the early members of NEWTON, let me share this story. — @drawesomedoge

Introduction: Joining the NEWTON Team and Its Mission

When I joined the NEWTON team, our main mission was clear: to maintain the stability of the TON testnet2 code while enhancing developer tools.

Since we couldn't directly control the ton-blockchain GitHub repository but needed to continuously optimize the code, we established a new organization called NEWTON. To ensure smooth network updates, we encouraged the community to use the validator developed by NEWTON as the standard version.

From our establishment to June 2021, the NEWTON team completed several groundbreaking development and infrastructure projects. Let's delve into the 10 key contributions that shaped the early days of TON.

1. mytonctrl: Automated Node Management Tool

Our first major contribution was mytonctrl, a powerful automation tool for node installation and validator setup.

It provided essential functions including wallet creation, contract deployment, transaction history retrieval, and even a DNS registration system—interestingly, the DNS at that time was not the same as the modern NFT-wrapped DNS we see today.

mytonctrl could also configure validators, lite servers, and lite clients, making it easy to access and parse node data. In 2021, we added CPU-based mining scripts and automated performance tests to simplify the $TON mining process.

2. tonmon: Blockchain Health Visualization Tool

Having nodes and accessing data wasn't enough; we needed more visualization tools to monitor the blockchain's health.

To better monitor the blockchain's health status, we developed tonmon. This tool could track key metrics: block generation time, shard status, dPoS election schedule, number and weight of validators, and mining contract status. Through it, we could quickly respond to any network anomalies.

In those early days, the network scale was quite small, with only about 80 validators globally.

3. tonmine: Monitoring Giver Contracts

We developed tonmine to track TON's mining activities. Although the TON blockchain initially had many large and small Givers, by 2021 only ten small Givers remained.

tonmine showed the daily mining statistics for each contract, with a single contract producing an average of 20,000 $TON per day, totaling about 200,000 $TON per day across all contracts.

The mining difficulty varied significantly between different Givers, depending on the number of miners—some Givers had lower difficulty due to fewer miners, while others had extremely high difficulty due to a large number of miners.

4. Cross-Chain Bridge

Before TON had jetton or NFT standards, we recognized the importance of cross-chain compatibility. The NEWTON team developed a native $TON cross-chain bridge for ERC-20 tokens on EVM-compatible chains, which was successfully tested on bridge.ton.org. This enabled seamless transfers between TON, Ethereum, and BSC.

极

5. cryptobot: Telegram Bot Wallet

Before Telegram mini apps existed in 2021, team members developed cryptobot, a Telegram wallet. It initially supported $BTC, $TON, $BNB, and $USDT. Later, with the launch of Telegram mini apps, the wallet underwent a comprehensive overhaul.

6. toncenter: Simplifying Blockchain Data Access

With toncenter, developers no longer needed to set up full nodes, research liteclient or liteserver, or worry about serialized data formats.

toncenter provided a public API, greatly simplifying the process for various wallets and blockchain explorers to access on-chain data.

Although TON's infrastructure has evolved with the emergence of more API providers like tonxapi.com, toncenter continues to serve developers, its robust design becoming a classic.

7. explorer.toncoin.org: TON's First Blockchain Explorer

The first TON blockchain explorer was built into the core codebase and located at explorer.toncoin.org. Although it was extremely fast, the data presentation was too technical for most users.

8. ton.sh: The New Generation Blockchain Explorer

To address the complexity of explorer.toncoin.org, we created ton.sh. After solving the challenge of deserializing blockchain data, we launched a public API for ton.sh.

ton.sh focused on core functions: wallet balances, transaction records, and particularly memos. For early TON users, memos were crucial, serving as carriers for command operations before TON Connect or complex DeFi contracts existed, especially in exchange deposit operations.

Although more advanced explorers like TONScan and TONViewer exist today, ton.sh remains a historical milestone in TON's development.

9. TonWeb: Important JavaScript SDK

Since TON smart contracts use Fift and Func, two relatively complex languages, the NEWTON team developed TonWeb—a JavaScript SDK that simplified wallet creation, deployment, and transaction operations.

10. ton wallet: My First TON Wallet

This TON wallet dates back to the Telegram era—it was my first wallet, and surprisingly, it still works perfectly today.

Historic Recognition: NEWTON Team's Open Letter to the @Telegram Official Team

By June 2021, the NEWTON team had made significant contributions, including running public lite servers, DHT servers, and archive nodes to maintain network stability. At this point, tolya-yanot wrote an open letter (link) documenting our year's work to the TON blockchain team and requesting GitHub organization permissions.

The letter listed the two leaders of NEWTON and key team members.

That's right, me—Dr. Awesome Doge, was also on the list.

At the time, I thought it was just an open letter—a good attempt to showcase our contributions to the network, and I didn't expect any response.

To our surprise, the @Telegram official team responded on June 30, 2021.

This marked the beginning of a new chapter in TON blockchain history.

Retrospect and Outlook: A Builder's Reflection

Looking back on this extraordinary journey, the early contributions of the NEWTON team were far more than just code. Every line of code, every tool we built, every sleepless night spent maintaining the network—these efforts laid the foundation for TON's development today.

Seeing TON's explosive growth in 2024, with thousands of developers joining the ecosystem, validates what we believed in during those challenging early days—TON's potential was worth fighting for.

İlgili Sorular

QWhat was the main mission of the NEWTON team when the author joined?

AThe main mission was to maintain the stability of the TON testnet2 code while enhancing developer tools.

QWhat was the purpose of the tool 'mytonctrl' developed by the NEWTON team?

Amytonctrl was a powerful automation tool for node installation and validator setup, providing functions like wallet creation, contract deployment, transaction history retrieval, and DNS registration.

QWhat significant event occurred in June 2021 that marked a new chapter for TON blockchain?

AThe @Telegram official team responded to the NEWTON team's open letter, which led to the technical handover and marked the beginning of a new chapter in TON's history.

QWhat was the function of 'toncenter' and why was it important for developers?

Atoncenter provided a public API that simplified access to on-chain data, allowing developers to build wallets and blockchain explorers without setting up a full node or dealing with serialized data formats.

QWhich tool did the NEWTON team create to monitor the health of the TON blockchain?

AThe team created 'tonmon' to track key metrics like block generation time, shard status, dPoS election schedules, validator count and weight, and mining contract status.

İlgili Okumalar

İşlemler

Spot
Futures

Popüler Makaleler

TON Nasıl Satın Alınır

HTX.com’a hoş geldiniz! The Open Network (TON) satın alma işlemlerini basit ve kullanışlı bir hâle getirdik. Adım adım açıkladığımız rehberimizi takip ederek kripto yolculuğunuza başlayın. 1. Adım: HTX Hesabınızı OluşturunHTX'te ücretsiz bir hesap açmak için e-posta adresinizi veya telefon numaranızı kullanın. Sorunsuzca kaydolun ve tüm özelliklerin kilidini açın. Hesabımı Aç2. Adım: Kripto Satın Al Bölümüne Gidin ve Ödeme Yönteminizi SeçinKredi/Banka Kartı: Visa veya Mastercard'ınızı kullanarak anında The Open Network (TON) satın alın.Bakiye: Sorunsuz bir şekilde işlem yapmak için HTX hesap bakiyenizdeki fonları kullanın.Üçüncü Taraflar: Kullanımı kolaylaştırmak için Google Pay ve Apple Pay gibi popüler ödeme yöntemlerini ekledik.P2P: HTX'teki diğer kullanıcılarla doğrudan işlem yapın.Borsa Dışı (OTC): Yatırımcılar için kişiye özel hizmetler ve rekabetçi döviz kurları sunuyoruz.3. Adım: The Open Network (TON) Varlıklarınızı SaklayınThe Open Network (TON) satın aldıktan sonra HTX hesabınızda saklayın. Alternatif olarak, blok zinciri transferi yoluyla başka bir yere gönderebilir veya diğer kripto para birimlerini takas etmek için kullanabilirsiniz.4. Adım: The Open Network (TON) Varlıklarınızla İşlem YapınHTX'in spot piyasasında The Open Network (TON) ile kolayca işlemler yapın.Hesabınıza erişin, işlem çiftinizi seçin, işlemlerinizi gerçekleştirin ve gerçek zamanlı olarak izleyin. Hem yeni başlayanlar hem de deneyimli yatırımcılar için kullanıcı dostu bir deneyim sunuyoruz.

546 Toplam GörüntülenmeYayınlanma 2024.12.10Güncellenme 2025.03.21

TON Nasıl Satın Alınır

Tartışmalar

HTX Topluluğuna hoş geldiniz. Burada, en son platform gelişmeleri hakkında bilgi sahibi olabilir ve profesyonel piyasa görüşlerine erişebilirsiniz. Kullanıcıların TON (TON) fiyatı hakkındaki görüşleri aşağıda sunulmaktadır.

活动图片