nft-armory icon indicating copy to clipboard operation
nft-armory copied to clipboard

Simple tool to display, mint, and modify your Metaplex NFTs

Results 6 nft-armory issues
Sort by recently updated
recently updated
newest added

I get the following error: ``` ERROR in src/common/NFTget.ts:3:10 TS2305: Module '"../../node_modules/@metaplex/js/lib"' has no exported member 'Account'. 1 | import { PublicKey } from '@solana/web3.js'; 2 | import axios from...

Trying to mint, or create Metadata PDA, getting the error. Uh oh something went wrong - Error: failed to send transaction: Transaction simulation failed: Error processing Instruction 0: custom program...

Hi team, thank you so much for your work, you cann't imagine how helpfull it is. Have you tried to set up a tool allowing an update of the metadataExternal...

No matter what I do, attempting to mint one will always give the error "Uh oh something went wrong - TypeError: A.reduce is not a function. See console for more...

Hi guys, Has anyone encountered this issue when deploying the app in production ``` Access to fetch at 'https://api.mainnet-beta.solana.com/' from origin 'https://nftwebsite.com' has been blocked by CORS policy: Response to...

I want to only display NFTs from a certain collection. I tried adding functions like this in NFTget.ts: function filterAgain(NFTs: INFT[]): INFT[] { return NFTs.filter( (n) => n.metadataOnchain.updateAuthority == 'HwMBMB6QpPJNyFnbVtt2UKVmJQPGnKKsMfaxNUyWahmc'...