TonStack
48 subscribers
3 links
Download Telegram
Channel created
Hello, TON Community!

We are teamed up to create new open-source products for TON blockchain to grow up its community. Now our main goal is to make technology, invented by dr. Nikolai Durov, great again! To watch for our public development process, you can visit github repository.

We have already written documentation on TL-B, which allows us to describe the binary messages of the TON blockchain.
ADNL protocol documentation is in active development.

Soon, you will also see the library that allows you to access TON blockchain from your browser or any other client without insecure JSON-RPC middleware.

If you have any questions: tonstack@protonmail.com
Our telegram chat: @tonstack_chat
๐Ÿ‘5๐Ÿ”ฅ2
We would like to introduce ADNL (Abstract Datagram Network Layer) documentation. ADNL is the core protocol of TON, which helps network peers to communicate with each other.

We are now actively working on the implementation of the ADNL protocol, which will allow us to communicate securely with TON.

Stay tuned for more good news!
๐Ÿ‘11
๐Ÿง‘โ€๐Ÿ’ป Decentralized blockchain access!

๐Ÿค Why does it matter?

When we use various centralized JSON RPCs to access the blockchain, we take some risks:

- compromise of personal data
- limiting access to a specific person
- corporate and government oppression
- ... and more

๐Ÿ‘Œ Ok. What MUST we do?

Tools are now available for developers to access TON Blockchain data securely and openly. Such access is via ADNL protocol (more details here) to the distributed servers.

It will help you:
- adnl-js by TonStack
- ton-tl by TonWhales team

We have also developed a cli that uses the above packages. This cli tool helps to get the last key block in the TON Blockchain. More at tonstack/kblock-finder
๐Ÿ‘4