Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Tonutils is a high-level, object-oriented Python library designed to facilitate seamless interactions with the TON blockchain.
Tonutils is a high-level object-oriented library for Python designed to facilitate interactions with the TON blockchain. It seamlessly integrates three prominent services for working with TON:
By combining these services, Tonutils provides a powerful and flexible toolset for developers, making it easier to work with the TON ecosystem.
pip install tonutils
To use the LiteserverClient
, which requires the pytoniq library, install it
with the
optional dependencies:
pip install 'tonutils[pytoniq]'
Your donation supports the future of this project. Every contribution helps stimulate innovation and sustain development!
TON - UQCDrgGaI6gWK-qlyw69xWZosurGxrpRgIgSkVsgahUtxZR0
USDT (TRC-20) - TGKmm9H3FApFw8xcgRcZDHSku68vozAjo9
Client Initialization
from tonutils.client import TonapiClient
API_KEY = ""
IS_TESTNET = True
client = TonapiClient(api_key=API_KEY, is_testnet=IS_TESTNET)
Client Initialization
from tonutils.client import ToncenterClient
API_KEY = ""
IS_TESTNET = True
client = ToncenterClient(api_key=API_KEY, is_testnet=IS_TESTNET)
Client Initialization:
from tonutils.client import LiteserverClient
config = None
IS_TESTNET = True
client = LiteserverClient(config=config, is_testnet=IS_TESTNET)
TON:
Obtain free testnet TON by interacting with the official bot:
Open Bot
NOT Jettons (9 decimals):
Claim testnet NOT by scanning the QR code at the following link:
Scan to Claim Testnet NOT
USD₮ Jettons (6 decimals):
Claim testnet USD₮ by scanning the QR code at the following link:
Scan to Claim Testnet USD₮
We welcome your contributions! If you have ideas for improvement or have identified a bug, please create an issue or submit a pull request.
Supported by TON Society, Grants and Bounties program.
This repository is distributed under the MIT License. Feel free to use, modify, and distribute the code in accordance with the terms of the license.
FAQs
Tonutils is a high-level, object-oriented Python library designed to facilitate seamless interactions with the TON blockchain.
We found that tonutils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.