This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
8000
-
Hi 👋
I'm trying to create some imitation of nft marketplace and have weird behavior while minting nft.
While using
metaplex.storage().upload
my wallet sent mi Signature Request to sign but there is no info.Similar signature appears while using
metaplex.nfts().uploadMetadata().run()
This cause 4 wallet popups to accept and it's not good for end users.
Also when I mint nft on solana mainnet I figure out that my nft on solscan have hardcoded marketplaces especially OpenSea and MagicEden is there any possibility to turn it off?
Beta Was this translation helpful? Give feedback.
All reactions