MarkSackerberg

Results 26 comments of MarkSackerberg

Hi, I have just tested the following: - cloned https://github.com/metaplex-foundation/candy-machine-ui - `yarn install` - `yarn build` works without issues for me with Node v16.14.2. Are you sure that this is...

> I have removed this dependency on my fork and have been able to successfully launch multiple gumdrops Thanks for the confirmation!

Looks like the NFT did not have a image URI attached. Can you show us an example?

Hey @yukosgiti, did @falbanese90 post help you? Are you still seeing issues?

As an additional workaround for node.js express @Gin on Discord shared that this worked for them: ```js const moduleAlias = require('module-alias'); moduleAlias.addAlias('@metaplex-foundation/umi/serializers', '@metaplex-foundation/umi-serializers'); ```

Hey @wanggang1997 This is not related to CM. Blowfish is marking new website / domains as potentially malicious by default. Write them an email and usually your website is allow...

Hey, you cannot specify a max amount. This would be done through first minting all tokens you need and then revoking the mint authority. you can do this using the...

Hey @strickland84 there seems to be an issue in how umi derives the token account? ```js import { findAssociatedTokenPda } from '@metaplex-foundation/mpl-toolbox' const token = findAssociatedTokenPda(umi, { mint: mint.publicKey, owner:...

No, you can absolutely use metaplex token metadata with token22: https://developers.metaplex.com/token-metadata/token-2022

Additional info: usually there should be no need to redeploy the candy machine program yourself. You can initialise your own candy machine using the predeployed program. It saves you rent...