https://github.com/yungwine/pytoniq-core
TON Blockchain primitives
https://github.com/yungwine/pytoniq-core
Last synced: about 1 month ago
JSON representation
TON Blockchain primitives
- Host: GitHub
- URL: https://github.com/yungwine/pytoniq-core
- Owner: yungwine
- Created: 2023-08-03T12:40:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T12:41:05.000Z (5 months ago)
- Last Synced: 2025-01-14T13:51:17.380Z (5 months ago)
- Language: Python
- Size: 308 KB
- Stars: 25
- Watchers: 3
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pytoniq-core
[](https://badge.fury.io/py/pytoniq-core)
[](https://pypi.org/project/pytoniq-core/)

[](https://pepy.tech/project/pytoniq-core)
[](https://ton.org)## Installation
```bash
pip install pytoniq-core
```## Examples
You can find them in the [/examples](/examples) folder.
## Donations
TON - `EQBvW8Z5huBkMJYdnfAEM5JqTNkuWX3diqYENkWsIL0XggGG`
## Structure
### boc
* Cell
* Slice
* Builder
* Hashmap
* Address
* Exotic cells### crypto
* Cryptography for ADNL
* Native fast crc functions
* Keys, Mnemonics generation
* Signatures creation and verifying### proof
* Merkle proofs verifying - [article](https://docs.ton.org/develop/data-formats/proofs)
### tl
* [TL](https://core.telegram.org/mtproto/TL) automatic (de)serialization
### tl-b
* Almost all wrappers for schemes from [block.tlb](https://github.com/ton-blockchain/ton/blob/master/crypto/block/block.tlb)
* Classes for popular custom tlb schemes