js-deprecated
js-deprecated copied to clipboard
Deprecated Metaplex JavaScript SDK
### 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...
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.
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...
Hi, are there any examples or tests in here that create a sample fungible token with metadata that gives it a FungibleAsset tokenstandard ?
Hey team how can i get list of all the nft owned by a public address
**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...
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...