js-deprecated
js-deprecated copied to clipboard
Deprecated Metaplex JavaScript SDK
Hi everyone, I am trying to integrate metaplex to my angular project but on import I've got the following error: Error: node_modules/@metaplex/js/lib/transactions/PayForFiles.d.ts:3:21 - error TS2305: Module '"@solana/web3.js"' has no exported...
**Is your feature request related to a problem? Please describe.** Ran into a dependency conflict while trying to create a script which would mint NFT's and send them to a...
Added empty payment account action for the last step of auction after money is deposit into escrow account by means of claim bid , and then use empty payment account...
Hello, since the contract also take the freeze authority away from the user. I also have read [issue178](https://github.com/metaplex-foundation/metaplex-program-library/discussions/178) and tried out the new feature I have minted the NFT via...
**Is your feature request related to a problem? Please describe.** I working on a 1:1 marketplace project — is there a way to bypass Candy Machine and use JS APIs...
@austbot would love some guidelines on what we need to do to get this in. This includes some changes we needed, can revert them back to the generic case: 1....
when i use Auction load to load other program, it shows MetaplexError: Invalid owner const auctionKey = new PublicKey( "E****We" ); const auction = await Auction.load(connection, auctionKey); anyone know the...
i am getting the custom error code 0x1f i dont know what it means please need your help
**Is your feature request related to a problem? Please describe.** I need to retrieve the NFT's in a collection. I think that I can do this using the symbol. Here...
There a bug when I call **actions.placeBid** function, it is "Bidder Pot Token Must be a new account". Then I read source code and everything is normal. Why did that...