Hey everyone! I'm excited to announce the release of TonTools v2.0, a Python library for working with the TON blockchain.
The new version comes with a completely revamped architecture.
· Devs can choose from several providers to interact with the blockchain, including LsClient, TonCenterClient, and TonApiClient.
· I have implemented class-based approaches to work with contracts, including Contract, Wallet, NftItem, JettonWallet, and more.
· There are several new features added to the library, including jetton scan, jetton-wallet scan, nft transfer, jetton transfer, and multi-recipient transaction processing.
· Changed, improved and optimized most of the functions from the first version of the library.
Link: https://github.com/yungwine/TonTools.
issues, PR and stars are welcome
If you have any questions or feedback, feel free to ask here or send me a direct message
Mar 1, 2023, 5:46 PM
Does it support direct adnl usage? (Without endpoints such as toncenter or tonapi)
Mar 1, 2023, 5:49 PM
currently no, i think I'll inplement this in future
Mar 1, 2023, 6:04 PM