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

When trying to get a collection using `nfts().findAllByCreator(verifiedcreator)` I get the following error; Version 0.15.0 ``` /app/node_modules/@solana/web3.js/lib/index.cjs.js:4909 callback(new Error(`${res.status} ${res.statusText}: ${text}`)); Error: 410 Gone: {"jsonrpc":"2.0","error":{"code": 410, "message":"The RPC call or...

The following error occurs when I create a candy machine with a collection. Maybe I am missing something? I've tried creating the nft with the minimum input and it does...

we found some issues in adding the upload function ./node_modules/@metaplex-foundation/js/dist/esm/plugins/tokenModule/gpaBuilders.mjs Can't import the named export 'ACCOUNT_SIZE' from non EcmaScript module (only default export is available)

bug

e.g. I got this error when I tried to load the NFT with mint `6P7U2KK1PMh3oeYBALftbDeUoNTPE2rioqhb1wwZwFS2`. ``` AccountNotFoundError [MetaplexError]: Account Not Found >> Source: SDK >> Problem: The account of type...

Hi there! I've been working with the candy machine plugin, and in testing, believe I've come across an issue with SPL token-based mints. I think the library does not handle...

For example say a user wants to create a new nft, I have to upload the metadata which is one transaction, then create the actual mint which is another transaction....

Heya! New metaplex user, I'm taking a guess - because it doesn't say here - that metaplex doesn't work on localhost with `solana-test-validator`. Is that correct? This was me after...

Requiring a whole data model when only some of its attributes are being used is not an optimal solution and we should change that. This is even more of an...

I think there are some design issues with the new metaplex js library. 1) Why is it trying to re-invent the wheel? Why not just use anchor libraries? It adds...

question

Hi folks, we are trying to implement the upload Metadata function but solana?address=undefined ![image](https://user-images.githubusercontent.com/39919610/181359095-a9e8672c-9802-4f85-b6ea-d69798a07b4d.png) ---- My code ---- ``` import "./App.css"; import { Metaplex, keypairIdentity, bundlrStorage } from "@metaplex-foundation/js"; import...