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 this is Agrippa from the Realms team - when using SDK to transfer pnft from user, with wallet middleware, everything works fine - when not using wallet middleware, all...

**My Code at the my servers endpoint:** `const endpoint = process.env.SOLANA_RPC_HOST; const connection = new Connection(endpoint, { commitment: "confirmed", disableRetryOnRateLimit: true }); const metaplex = new Metaplex(connection); const ownerAdresse =...

I have a Candy Machine UI, it fails to mint. The problem is `metaplex-foundation/js` uses the deprecated `createMintInstruction` from `@metaplex-foundation/[email protected]`, and `createMintV2Instruction` was introduced 5 days ago in `@0.4.1` This...

The method name for `getSolanaExporerUrl` within `/packages/js/src/plugins/rpcModule/RpcClient.ts` is spelled incorrectly, specifically it is missing the `L`. Should be spelled: `getSolanaExplorerUrl`

Hey, added the new SDK usage to handle NFTs transfer but encountered a case where the log onchain are saying "Incorrect account owner"! After different test it seems to happen...

Could it be possible for `buy()` to support `tokens` and/or `price` to support purchasing fungible assets? For example, there's 5 assets listed for a total price of 5. It should...

Hey, Wanted to report that `findBids` seems to be returning only one (and always the latest one) bid per fungible asset listed on a given auction house. Expected result would...

I have been trying to call create function and it's been failing in localnet. Thinking I am calling the function with wrong parameters tried so many things but no luck....

Hey there! Getting `Error: Not enough funds to send data` when running this command. Using Bundlr Storage. Been working well for awhile, but doesn't now. I'm wondering if something on...

``` Types of property 'asset' are incompatible. Type 'Nft | Sft' is not assignable to type 'NftWithToken | SftWithToken'. Type 'Nft' is not assignable to type 'NftWithToken | SftWithToken'. Type...