Мир сегодня с "Юрий Подоляка"
Мир сегодня с "Юрий Подоляка"
Труха⚡️Україна
Труха⚡️Україна
Николаевский Ванёк
Николаевский Ванёк
Мир сегодня с "Юрий Подоляка"
Мир сегодня с "Юрий Подоляка"
Труха⚡️Україна
Труха⚡️Україна
Николаевский Ванёк
Николаевский Ванёк
Ton Console avatar

Ton Console

TGlist рейтингі
0
0
ТүріҚоғамдық
Растау
Расталмаған
Сенімділік
Сенімсіз
Орналасқан жері
ТілБасқа
Канал құрылған күніТрав 31, 2022
TGlist-ке қосылған күні
Вер 24, 2024
Қосылған топ

"Ton Console" тобындағы соңғы жазбалар

📝 Sign Arbitrary Data with TON Connect

The latest update to our TON Connect implementation introduces a powerful new feature: the ability to sign arbitrary data — from plain text and binary blobs to BOC (cell) format.

This unlocks new use cases in the TON ecosystem: secure off-chain flows, verifiable signatures, and advanced on-chain logic — all through the familiar TON Connect interface.

Now supported in the latest versions of Tonkeeper on iOS and Android.

Explore the guide and start building →
🛠 wallet.ton.org runs on TON API

TON Core team becomes the latest customer of our development platform TON API, among @wallet, Trust Wallet, Tonstakers and many other big players in TON.

The latest upgrade of wallet.ton.org relies on TON API for its key features: token and NFT balances, and price feeds.

We are delighted to support and grow the TON ecosystem with our integrated approach to infrastructure, open standards, partnerships and deep product integration in Tonkeeper, Tonkeeper Pro and Ton Console.
We wrote an article to explain in more detail how external-in normalization works and how to use it to track transactions reliably. Read the article
Tracking Transactions on TON Just Got Easier! 🎉

Tracking external transactions (external-in) on the TON blockchain was challenging for all of us due to minor metadata differences.

Now TonAPI solves this with the normalized hash. With this method, tracking transactions is simple and reliable.

We've prepared clear examples to get you started:
- Tracking transactions from TonConnect for dApps
- Tracking manually constructed external messages

See code examples →

We’re excited to share this improvement, and soon more ecosystem tools will support it too!
The Testnet API will undergo planned maintenance on April 4, 2025, from 08:00 UTC to 12:00 UTC. It will be unavailable during this time.
Get high TONAPI limits in your dApps for free

You already know our @ton-api/client library — a client for building advanced TON dApps. Now, we're happy to announce a new feature that grants high TONAPI limits for free.

This upgrade enables cost-free TON API usage within dApps running in the Tonkeeper built-in browser (mobile) and standard browsers with the Tonkeeper extension installed.

To check if this feature is available, verify that the window.tonapi object exists in your browser.

How it works →
Introducing TONAPI Airdrop: Scalable Token Distribution on TON

The TONAPI Airdrop, developed by the Tonkeeper team, streamlines Jetton distribution for projects on TON, supporting up to 10 million claims. Perfect for gaming and community rewards, it simplifies large-scale token drops.

Why Use TONAPI Airdrop?

Streamlined Distribution: Upload a .csv, select your token, and launch instantly.
Scalable & Secure: Supports up to 10 million claims with built-in security.
Efficient for Developers: No complex minting required, making token distribution seamless.

Airdrops in Action: Memhash

Memhash is the first project to adopt TONAPI Airdrop to increase engagement, simplify token rewards, and strengthen its in-game economy.

Learn more about TONAPI Airdrop: tonapi.io/airdrop
TonApi V2: Jetton Logo Field Migration Completed

The migration of the Jetton logo field in TonApi V2 has been successfully completed today.

Now, metadata.image returns the original logo link from the Jetton metadata, while the preview field continues to provide a cached version for display.

If you haven’t yet, update your integration to use preview for displaying Jetton logos.

Everything else remains unchanged, and no action is required for existing integrations.
TonApi V2: Jetton Logo Field Migration

We have made changes to the structure of Jetton data returned by TonApi V2, affecting the way logos are handled. This is particularly important for users working with Jetton images.

The migration will be completed on January 15, 2025

What has changed:
1. A new field preview has been added to the JettonInfo object. It contains a link to a cached image of the Jetton logo, specifically prepared for fast and convenient display.
2. The field metadata.image in the JettonInfo object temporarily returns the same cached image as preview. Once the migration is complete, this field will start returning the original link to the logo from the Jetton metadata.

We now recommend to display logos using the field: preview

Why are we migrating:
The goal of the migration is to resolve the mismatch between the original metadata and what our API currently provides. At present, metadata.image returns a cached image instead of the original link. After the migration, the metadata will fully reflect the original data, without any modifications.

This eliminates the need for developers to parse contract cells to retrieve original image links.

Affected Schema: JettonInfo
Affected Methods:
getJettonInfo (/v2/jettons/{account_id})
getJettons (/v2/jettons)
getJettonInfosByAddresses (/v2/jettons/_bulk)



Backward compatibility:

This change does not break existing integrations—your applications will continue to work without modifications. However, the image URLs for Jettons will point to the original addresses, which may affect image loading speed and the privacy of the end user.

Рекордтар

15.01.202500:17
17.7KЖазылушылар
03.12.202423:59
0Дәйексөз индексі
03.04.202518:04
78.1K1 жазбаның қамтуы
09.04.202502:35
78.1KЖарнамалық жазбаның қамтуы
01.04.202523:59
3.53%ER
09.04.202514:33
521.46%ERR
Жазылушылар
Цитата индексі
1 хабарламаның қаралымы
Жарнамалық хабарлама қаралымы
ER
ERR
ЖОВТ '24ЛИСТ '24ГРУД '24СІЧ '25ЛЮТ '25БЕР '25КВІТ '25

Ton Console танымал жазбалары

📝 Sign Arbitrary Data with TON Connect

The latest update to our TON Connect implementation introduces a powerful new feature: the ability to sign arbitrary data — from plain text and binary blobs to BOC (cell) format.

This unlocks new use cases in the TON ecosystem: secure off-chain flows, verifiable signatures, and advanced on-chain logic — all through the familiar TON Connect interface.

Now supported in the latest versions of Tonkeeper on iOS and Android.

Explore the guide and start building →
31.03.202517:43
Tracking Transactions on TON Just Got Easier! 🎉

Tracking external transactions (external-in) on the TON blockchain was challenging for all of us due to minor metadata differences.

Now TonAPI solves this with the normalized hash. With this method, tracking transactions is simple and reliable.

We've prepared clear examples to get you started:
- Tracking transactions from TonConnect for dApps
- Tracking manually constructed external messages

See code examples →

We’re excited to share this improvement, and soon more ecosystem tools will support it too!
19.03.202512:32
The Testnet API will undergo planned maintenance on April 4, 2025, from 08:00 UTC to 12:00 UTC. It will be unavailable during this time.
01.04.202513:03
We wrote an article to explain in more detail how external-in normalization works and how to use it to track transactions reliably. Read the article
02.04.202516:08
🛠 wallet.ton.org runs on TON API

TON Core team becomes the latest customer of our development platform TON API, among @wallet, Trust Wallet, Tonstakers and many other big players in TON.

The latest upgrade of wallet.ton.org relies on TON API for its key features: token and NFT balances, and price feeds.

We are delighted to support and grow the TON ecosystem with our integrated approach to infrastructure, open standards, partnerships and deep product integration in Tonkeeper, Tonkeeper Pro and Ton Console.
Көбірек мүмкіндіктерді ашу үшін кіріңіз.