📦 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.5.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.5.0.tar.gz | 81.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ton_core-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 187.0 kB
Release files / ton_core-0.5.0.tar.gz
| Download URL | ton_core-0.5.0.tar.gz |
|---|---|
| Size | 81.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
057ef6b2d32fa7651c640e1c0b0487edfecd038f464dd84397ef0518fdec7fa8
|
|
BLAKE2b-256 checksum How to use checksums |
c7c67046b87139ab45bef809ed7379896f19f4045d0e7dd2722e104ee8ca998d
|
| 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.5.0-py3-none-any.whl
| Download URL | ton_core-0.5.0-py3-none-any.whl |
|---|---|
| Size | 105.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
875256bc4bc6e624f7a4efa7e0f72d8f0f175f147b1aa23f245cc0d1958c25da
|
|
BLAKE2b-256 checksum How to use checksums |
7011cd559fd04a3bb04c704926136cb0b3b9d143e4e4b2e17a0b159421735663
|
| 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}
|