js icon indicating copy to clipboard operation
js copied to clipboard

A JavaScript SDK for interacting with Metaplex's programs

Results 110 js issues
Sort by recently updated
recently updated
newest added

Hi I'm using version `0.11.6` and `findAllByOwner` doesn't seem to be working. ``` const { publicKey: walletId } = useWallet() const myNfts = await metaplex.nfts().findAllByOwner(walletId) ``` I also tried this...

Having trouble running `tsc` on the basic examples shown in in the README Versions: ```json { "@metaplex-foundation/js": "^0.11.7", "@solana/web3.js": "^1.47.3", } ``` Any ideas? Error: ```zsh node_modules/@metaplex-foundation/mpl-candy-machine/node_modules/@solana/web3.js/lib/index.d.ts:2:1 - error TS6200:...

We’re developing a library that uses the metaplex JS SDK as a dependency. When using this library in a nextJS app, the app errors out with the error below. When...

Appears that metaplex 0.11.x is doing something weird where it's not compatible with CRA4. _The error is not reproducible on CRA5_ The app will start, but the none of the...

Would be a nice addition to storage drivers, https://shdw.genesysgo.com/using-shadow-drive/the-shadow-drive-platform

storage driver

Bit confused here, I'm trying to add a collection to a NFT i'm creating, but getting an error. `Cannot read property 'toBytes' of undefined` I have the address using `PublicKey()`,...

I am getting the below error whenever I try to use the uploadMetadata method() from my react project i am using other methods like getNftByCreator () without any issues ------------...

Not sure if this is even possible, but it would be pretty nice to be able to query all the copies that have been made out of a master edition.

enhancement

Hi metaplex developers. in SDK versions before this feature existed, after I migrated to the latest version this feature disappeared. will it be added to this sdk version? but in...

getting `Error: Invalid public key input` when running `const nfts = await mx.nfts().findAllByCreator(new PublicKey("3Fht1Ue3xLWEXiTjoFSo71YaRdqNMq5Qk9UbGkTXAZrT"));` this is a legit pubkey as seen from https://explorer.solana.com/address/3Fht1Ue3xLWEXiTjoFSo71YaRdqNMq5Qk9UbGkTXAZrT upon further debugging, somehow there's a buffer...