{"library":"pytoniq-core-fork","title":"pytoniq-core-fork","description":"A forked TON Blockchain SDK for Python, based on pytoniq-core. Supports TON address handling, ADNL, TL-B schemas, and Cell parsing. Version 0.1.48, updated for Python >=3.7. Maintained by ebellocchia.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pytoniq-core-fork"],"cli":null},"imports":["from pytoniq_core import Address","from pytoniq_core import Cell","from pytoniq_core import begin_cell"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pytoniq_core import Address, Cell, begin_cell\n\n# Create an address\naddr = Address('EQCD39VS5jcptHL8vMjEXrzGaRcCVYto7HUn4bpAOg8xqB2N')\nprint(addr)\n\n# Build a cell\ncell = begin_cell() \\\n    .store_uint(0, 32) \\\n    .store_address(addr) \\\n    .end_cell()\nprint(cell.hash.hex())","lang":"python","description":"Demonstrates creating a TON Address and constructing a Cell.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}