📦 TON Core
Python core for TON Blockchain
Primitives, data types, TLB schemas, contract tools, and crypto utilities for TON.
Based on pytoniq-core by Maksim Kurbatov
Features
- Primitives — core data types for cells, addresses, slices, and hash maps
- TLB Schemas — transactions, blocks, accounts, and config parameters
- Contracts — wallets, jettons, NFTs, DNS, Telegram, and Storage
- Crypto — mnemonics, keys, signing, and encryption
- Utilities — conversion, encoding, and helpers
Installation
pip install ton-core
Usage
from ton_core import Address, begin_cell, cell_to_b64, to_nano
# Parse a TON address
destination = Address("UQCZq3_Vd21-4y4m7Wc-ej9NFOhh_qvdfAkAYAOHoQ__Ness")
# Convert TON to nanotons
amount = to_nano("0.5")
# Build a message body
body = begin_cell()
body.store_uint(0, 32)
body.store_string("Hello from ton-core!")
cell = body.end_cell()
# Serialize to base64
payload = cell_to_b64(cell)
More examples available in pytoniq-core/examples.
License
This repository is distributed under the MIT License.
Release files for ton-core 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ton_core-0.4.0.tar.gz | 80.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ton_core-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 185.4 kB
Release files / ton_core-0.4.0.tar.gz
| Download URL | ton_core-0.4.0.tar.gz |
|---|---|
| Size | 80.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4967c877a70fc611829944d156964aee9a27ec74af1b36363aeac5b4a5427e75
|
|
BLAKE2b-256 checksum How to use checksums |
400369d924b63b6c49e3c5e424cec4c43882db683f002fbe3dec2591a1352272
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / ton_core-0.4.0-py3-none-any.whl
| Download URL | ton_core-0.4.0-py3-none-any.whl |
|---|---|
| Size | 104.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
91868c762c4dddceb8e8b510310a71915481cfb6c008a18df51e2e0a5e0c9ebf
|
|
BLAKE2b-256 checksum How to use checksums |
f280f96d108d0b1d0d456c3673fc5ba352ec78616471467478c559fce687ec1d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|