Relative Content

Tag Archive for ton

I would like to ask for help regarding the issuance of TON NFT

I mint an nft and in nft item contract i can see it is initialized and return the content and its not empty but it dosent show any data on wallet or tonviewr about metadata that i provided on_chain , what im missing ?
Here is the code about constructing metadata :
export function setItemContentCell_nft(content: itemContent): Cell {
console.log(“content content content”,content.image);

Is there a special API to get all NFT minter address from NFT collection?

I have NFT collection address, It was deployed a few months ago and 11,727 NFTs already minted.
For now, I want to get all NFT minter addresses. I don’t mean current NFT holders or NFT item address. I tried to get them using Toncenter(V2, V3), NFTscan API but could not get them from those API. How to get them?