I understand correctly that there is no difference between nft items and I can use SBT?
What is the difference between collection / collection_new in a repository?
The backend part I somehow really don't like, very difficult to customise and own example is not easy to make. But the contract/idea part is cool.
Jul 28, 2023, 3:31 PM
yes, any kind of item can be used
collection_new is well, a newer variant, and the old one is not used
the new one has fees much lower than the old one, especially for updates
what exactly are you looking to customize in the backend? maybe I can help
collection_new is well, a newer variant, and the old one is not used
the new one has fees much lower than the old one, especially for updates
what exactly are you looking to customize in the backend? maybe I can help
0.05 will be enough
Jul 28, 2023, 3:34 PM
I'll be cool to have dockerfile with dockercompose that will work with one docker-compose up command 😅
Jul 28, 2023, 3:34 PM
updating is more expensive, but a worst case update with 2^30 items is about 0.13
oh sure I'll make one soon
Jul 28, 2023, 3:35 PM
Like when I create wallet it's not deployed, I only have address for it. But with first operation I'll be deployed
Jul 28, 2023, 3:40 PM
well of course the current products wouldn't be able to interact with unclaimed items
but after claim, there's full compatibility
and fixing this is somewhat non trivial
the problem is that such nfts will also require a bunch of new contracts for all regular operations like sales etc
I think I get your idea - it's like solana's compressed nfts (they are mentioned in the draft) - but then we get a whole new standard and not just a relatively small extension
I'm not against it but everything needs to be considered carefully
Jul 28, 2023, 3:47 PM
https://github.com/ton-blockchain/TEPs/pull/126
no
Dec 26, 2023, 9:00 AM
and the same script works for smaller contracts so i am a bit puzzled
Dec 26, 2023, 9:34 AM