Hello, I'm considering to move my projects from another blockchain to TON but I still don't understand how to handle the asynchronous part. One of my project...
There is a wallet with a large NFT collection in it. Now I need to transfer all of it to a different wallet. Sending all the NFTs one-by-one feels very ineff...
Hey, i am getting this error while trasnfer NFT. I can't find this error anywhere. i have used as ton metion in their docs. please help me why i am geeting t...
one year ago
Minting NFTs can be done in a randomized way. Are there random minters in the TON ecosystem with an open source code? --- > This question was imported from T...
one year ago
i want to know which address is optional because i have define main wallet address many time. this is working example. i want to short this method if possibl...
one year ago
Can an NFT collection on TON consist of a million items or it's too much? Is there a size limit and how big is it? --- > This question was imported from Tele...
one year ago
In the NFT world usually only a link to the image is stored on-chain, and the image file itself is stored somewhere else. It can possibly lead to "link rot" ...
one year ago
Sometimes NFTs are used for granting access to some exclusive content. Let's say there is a Telegram channel or chat that should be available only to owners ...
I am currently working on a project that involves retrieving unordered NFT collection items from the TON blockchain. I have been searching for solutions or e...
one year ago
Since it's expensive to store data on-chain, NFT image files are usually stored off-chain. But some people still prefer to store NFT images (at least very sm...
one year ago
In the following API link, the server gets the list of items of a collection. https://tonapi.io/v2/nfts/collections/0%3A80d78a35f955a14b679faa887ff4cd5bfc0f4...
Web3 aims to be decentralized, but it's not always so in reality. Sometimes there is a "higher power" that can intervene to some degree, such in the case of ...
one year ago
As far as I understand, in TON NFT it is possible to associate a wallet with a specific NFT so each of NFTs may have its own "balance". So does it mean it is...
one year ago
Can I transfer my TON NFTs to Metamask? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10197
Is there any API to monitor prices of TON-based NFTs? --- > This question was imported from Telegram Chat: https://t.me/tondev/113208
Hi, I transferred my TG NFT username to another wallet, but the transfer has not happened yet. The transaction generated exit code 206. Is this normal? Can s...
one year ago
In the TON blockchain each NFT makes use of its own smart contract. And storing things in TON requires paying storage fees deducted from any smart contract. ...
In the Ethereum ecosystem there are "lootboxes" that contain several NFTs and can be "opened" to reveal tokens inside. Was that mechanic already implemented ...
one year ago
People who own NFTs can keep them in their wallets such as Tonkeeper. But can non-wallet smart contracts be listed as the NFT owners too? Are there any limit...
What the best way to get all NFTs an address owns? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8851
According to TIP-64, the NFT metadata attributes are as follows: 1. uri 2. name 3. description 4. image 5. image_data But what if I wanted to add additional ...
As far as I understand, NFTs in TON are just smart contracts that implement a specific interface. Suppose I create a wallet, an explorer or some other produc...
one year ago
I'm looking for a good tutorial to make an NFT smart contract on TON. --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10064
one year ago
Does TON blockchain let developers set a pyramid-like scheme for selling NFTs where every seller gets a share from all the future resells? --- > This questio...
one year ago
What protocols are supported by the "image" field in the NFT metadata? Can I use ipfs://, or is it limited to http:// and https:// ? --- > This question was ...
Suppose I've created an NFT collection for testing purposes. After the testing I don't need it anymore and would like to get rid of it. Is there "NFT burning...
On Ethereum, if you want to get rid of an NFT, you can send it to a special0x0000000000000000000000000000000000000000 address, and after that it can't be acc...
I want to make sure that transfer was success using this method response tonConnectUI.sendTransaction() I am using : React js @tonconnect/ui-react @ton/ton E...
one year ago
Is it possible to delete an NFT on TON? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8950