{"library":"pytoniq-core","title":"Pytoniq Core","description":"Core data structures and serialization for the TON Blockchain SDK. Currently at version 0.1.46, released under MIT license. Active development with frequent releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pytoniq-core"],"cli":null},"imports":["from pytoniq_core import Cell","from pytoniq_core import Address","from pytoniq_core import Slice","from pytoniq_core import begin_cell"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pytoniq_core import Cell, begin_cell, Address\n\n# Build a simple cell\nbuilder = begin_cell()\nbuilder.store_uint(42, 8)\ncell = builder.end_cell()\nprint(cell.hash.hex())","lang":"python","description":"Create a Cell with basic builder pattern.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}