kodadot / nft-gallery

Generative Art Marketplace
https://koda.art
MIT License
634 stars 361 forks source link

Support NFT listing on EVM #10689

Open hassnian opened 2 months ago

hassnian commented 2 months ago

Listing not working - when I click on List it opens window to add price in ETH but when click on list does nothing

Screenshot 2024-07-25 at 15 25 17

Originally posted by @JustLuuuu in https://github.com/kodadot/nft-gallery/issues/10670#issuecomment-2250337134

after https://github.com/kodadot/nft-gallery/pull/10670

hassnian commented 2 months ago

@Jarsen136 can you take this one, as far as I know mass listing is not available on evm , so that will need to be disabled

Jarsen136 commented 2 months ago

@Jarsen136 can you take this one, as far as I know mass listing is not available on evm , so that will need to be disabled

I don't know what to do with supporting NFT list for now. It may need a marketplace contract first. Once the contract has been deployed to the blockchain, it should be possible to list\bug NFT on the website via interacting with the contract.

@vikiival may have some ideas?

vikiival commented 2 months ago

I would hide listing button for now :)

we need marketplace contract and I sadly haven't time to implement, happy to reuse someone's else SC (Seaport, Zora, FXhash, MagicEden)

JustLuuuu commented 2 months ago

Yeah, for now, hide the stuff that is not working