Why this question is important, because in smart contract that have huge usecase , like wallet by using this technique we can reduce storage fee significantly, like v5 of tonkeeper, in their repo , they said we used shared library, in master chain . But I don't know how they did that , and which process should be carried out to have this facilities.

Database concepts in TON , and how they really works is hard to grasp . Block , smart contract , have id , but what about something like library or specefic cells?

Dec 20, 2023, 4:02 PM
There are some library that can communicate with network , for deploy contract you need access to code and its data , all data structure in TON is made of Cell , you can find how transfer your smart contract to data structure and deploy them with those library or SDK ,we have ts,go,py, kotlin among other , of course blueprint itself depend on those library ,
Dec 20, 2023, 5:26 PM

© 2024 Draquery.com All rights reserved.