js
js copied to clipboard
A JavaScript SDK for interacting with Metaplex's programs
i am getting this issue with react-native while building a xNft.
in this line: https://github.com/metaplex-foundation/js/blob/main/packages/js/src/plugins/tokenModule/operations/mintTokens.ts#L257 it's converting a BN to JS Number which can only store 53 bits, not nearly enough for large amount of tokens with 9 decimals. Result is...
After running the delegate instructions of the Auctioneer Program, My previous code for fetching the AH details is no more working. It says Auctioneer Authority is also required but when...
For reference I am following the v3 Candy Machine docs [https://docs.metaplex.com/programs/candy-machine/managing-candy-machines](url) I am attempting to create a new candy machine in devnet but getting an error. **Steps to reproduce** 1....
Greetings Team, Hope you're doing well! We have been encountering timeout problems on mainnet-beta while creating ( Mint ) an NFT using the SDK (metaplex-foundation/js) for the past week. Despite...
I am able to mint from the CLI however after adding my guard I get the following error when attempting to mint from my frontend. Not finding mention of Invalid...
Hi team, This is our code for creating collection with Metaplex foundation JS SDK: ```javascript export async function createCollection( metaplex: Metaplex, metadataUri: string, name: string, sellerFee: number, creators: { address:...
I have a file named testMetaplex.cjs with just one line of code: const Metaplex = require("@metaplex-foundation/js"); Running on Node.js v20.15.0. my npm list: ├── @metaplex-foundation/[email protected] ├── @raydium-io/[email protected] ├── @solana/[email protected] ├──...
Speaking to Metaplex, this package is deprecated, but not marked as deprecated as npm. See https://docs.npmjs.com/deprecating-and-undeprecating-packages-or-package-versions Run the command: ``` npm deprecate @metaplex-foundation/js "This package is now deprecated, see https://developers.metaplex.com/token-metadata/getting-started/js...