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
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
GitHub
TonStack
Independent TON developers community focused on making things better - TonStack
๐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!
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!
GitHub
ton-docs/ADNL/README.md at main ยท tonstack/ton-docs
TON Collection of documentation. Contribute to tonstack/ton-docs development by creating an account on GitHub.
๐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
๐ค 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