Does anybody know recently updated open-source projects that used the last version of ton library? I’m trying to find examples of handling data(writing/reading cells).

Jan 22, 2023, 8:16 AM
Building cell is the same,
‘beingCell’ function just moved to ‘ton-core’ package
https://github.com/ton-community/ton-core
Jan 22, 2023, 8:36 AM
I understand, that it works in same way, problem is, that I didn't use it early(like the whole TS), and just want to learn how it works, including buffer casting.
Jan 22, 2023, 8:37 AM
If someone know how to build and read a dictionary with onchain data for jettons,
I will match appreciated
Jan 22, 2023, 8:38 AM
It is re-exported in ton
Jan 22, 2023, 8:41 AM
It’s copy structure from FunC

‘beingCell().storeBuffer(Buffer.fom(“hello”, “utf8”)).endCell()’
‘stack.loadBuffer(length)’
Jan 22, 2023, 8:42 AM
Well, this is the reason, why I'm trying to find out how ton works now. But from the begining it implemented with old ton library version here.
Jan 22, 2023, 8:44 AM

© 2024 Draquery.com All rights reserved.