js-deprecated icon indicating copy to clipboard operation
js-deprecated copied to clipboard

Deprecated Metaplex JavaScript SDK

Results 55 js-deprecated issues
Sort by recently updated
recently updated
newest added

### Which package is this bug report for? other ### Issue description I'm using the Metaplex JS SDK to do some basic NFT work. The biggest issue I am currently...

SDK: JS
needs tests
bug
JS SDK

It looks like you are unable to set max supply to 0. Which causes problems if you want to deliver a Master Edition that someone cannot create new items from.

SDK: JS

In trying to create an NFT from mintNFT I found that there is not way to create a NFT with a supply of 0. Steps to Repro: Call Mint Nft...

SDK: JS

Hi, are there any examples or tests in here that create a sample fungible token with metadata that gives it a FungibleAsset tokenstandard ?

SDK: JS

Hey team how can i get list of all the nft owned by a public address

SDK: JS

**Describe the bug** The build.ts script for the test:build npm script is broken since https://github.com/metaplex-foundation/metaplex-program-library/commit/df7a8d5bc644869e1292f18c76287194c1227f61 The mpl-token-metadata.so binary is now placed in another directory, meaning amman cannot find the program...

SDK: JS

Currently, CI uses `jest` running in the `node` test environment. **Describe the solution you'd like** Our tests should exercise our features in a browser environment as well to prove that...

enhancement