js
js copied to clipboard
A JavaScript SDK for interacting with Metaplex's programs
Good day!! I'm creating nfts in the back-end using a `proxyWallet` that sign all the transactions there. The process is: *The user transfer SOL to `proxyWallet` *The proxy wallet mint...
Hello! I tried to use the newly available direct sell method, however it seems it is ignoring the authority keypair parameter, making it throw the `Cannot take this action without...
I am using react js framework, not tsx. In there, I imported Metaplex and added below code line. `const metaplex = new Metaplex(connection)` Then, I got js error "Uncaught ReferenceError:...
Is there a way to provide a custom JSON blob `type` to the result of any of the NFT module functions? All of the resulting `Nft`, `NftWithToken`, etc types force...
Hi, I'm trying to make a Solana NFT marketplace where users will be able to bid and seller would be able to select a bid to execute the sale. For...
Trying to implement candyMachines().findMintedNFTs (or nfts().findAllByCreator ) but the results are more than 100k of random NFTs. I am using the candy machine Id for Okay bears as testing point:...
I'm running the printNewEdition command with minimum input. This works fine when testing on `devnet`. However on `mainnet-beta` I continue to get the error below `NotEnoughAccountKeys`. I'm using the latest...
As far as I understand the metaplex.nfts().create() function can be also used to create SFT and SPL tokens with metadata. The functions under NFTs could stay there but with a...
I'm trying to list NFT by the following code & getting an error(Account is already initialized). `const { listing, sellerTradeState, receipt } = await metaplex .auctions() .for(auctionHouse) .list({ mintAccount: new...
I'mn trying to update a list of nfts to have a new secondary creator (the one with the 100% share). I don't think it's possible to update the first creator...