And I have one another question.
In ton how nft marketplace contract works?
I think for any listing contract have to update or user create a new contract. Am I right?
Aug 13, 2023, 11:18 AM
They just read all user's transactions and try to find an NFT contract, as I know. Btw, if you deploy your own nft in testnet, you can find it in testnet.getgems.io
Aug 13, 2023, 11:19 AM
Do you have any working nft marketplace contract code?
I wanna write nft marketplace contract for myself
I wanna write nft marketplace contract for myself
Aug 13, 2023, 11:21 AM
I will provide you an example of working contract, try to explore how does it work by yourself:
https://testnet.tonviewer.com/kQByDqUjb1orPTfqjPpxRro2lBmsZTSQSp7BCXVwiTMn491k
https://testnet.getgems.io/nft/EQByDqUjb1orPTfqjPpxRro2lBmsZTSQSp7BCXVwiTMn42bu
https://testnet.tonviewer.com/kQByDqUjb1orPTfqjPpxRro2lBmsZTSQSp7BCXVwiTMn491k
https://testnet.getgems.io/nft/EQByDqUjb1orPTfqjPpxRro2lBmsZTSQSp7BCXVwiTMn42bu
Aug 13, 2023, 11:29 AM
Thanks bro
I will do it
I will do it
And what about marketplace (as like as getgems)
I wanna write my own marketplace contract to sell nft in fixed price
Does it exists something like this on GitHub?
I wanna write my own marketplace contract to sell nft in fixed price
Does it exists something like this on GitHub?
Aug 13, 2023, 11:33 AM
Note that this is semi-chain contract and metadata is stored in blockchain. But you can also create an offchain contract with metadata stored in the internet
https://github.com/getgems-io/nft-contracts
Aug 13, 2023, 11:34 AM
I am familiar with this bro
I am ethereum developer and just new in ton
I am ethereum developer and just new in ton
Aug 13, 2023, 11:35 AM