wyvernprotocol / wyvern-v3

Wyvern Protocol v3.1, Ethereum implementation
https://wyvernprotocol.com
MIT License
298 stars 121 forks source link

Integration with a marketplace #70

Open quantix-nft opened 2 years ago

quantix-nft commented 2 years ago

hello, I'm developing a new nft marketplace where users can sell and buy NFT. In the current version, my smartcontract transfers NFT from buyer to seller and erc20 tokens from seller to buyer. No auctions, just a buy now, so after click the exchange is done. Everything works fine, but I dont understand if I need mandatory to use wyvern (and how) in order for my trade to be listed on opensea in example or on nft-stats.com. Thank you