-
Notifications
You must be signed in to change notification settings - Fork 788
NFT crowd sale using custom contract on Polygon? #213
Comments
You can sell NFT on polygon.https://support.opensea.io/hc/en-us/articles/4404029357587-How-do-I-create-and-sell-NFTs-on-Polygon- |
I know that, but I asked about a crowd sale using custom Solidity contract. @wg-d I followed this https://docs.opensea.io/docs/2-custom-item-sale-contract and It worked on Rinkeby, but It didn't work on Matic. |
same problems. Finally, I added the function: function supportsInterface(bytes4 interfaceId) public view virtual returns (bool) such as:
or
|
Hi
Is it possible to do NFT crowdsale using Polygon? Like on Rinkeby with this manual: https://docs.opensea.io/docs/2-custom-item-sale-contract
I did a crowd sale using Rinkeby and testnets.opensea.com. After deploying the NFT contract and NFT contract factory I used the NFT contract factory address for the URL and it worked fine as described in docs:
After deploying on polygon I tried to use and it doesn't work for some reason. I get 404.
For deployment on Polygon I used:
Example
https://opensea.io/assets/matic/0xceA562B88299188Ab31aCAedf5a9B255C5921627/0
The text was updated successfully, but these errors were encountered: