Questions tagged [candy-machine]

103 questions
-1
votes
1 answer

Metaplex-master on github only has Readme file

I am trying to set up a Solana candy machine. I am using the Hasplips Metaplex-master but it only has one readme file. Its supposed to have a js folder, some .JSON files and more. Can any send me a link to the correct Metaplex-master for the candy…
-1
votes
1 answer

Trying adjust displayed info on OpenSea of Solana NFT collection

I created a Solana NFT collection using Candy Machine v2 (CM) and OpenSea automatically found and displayed the collection. Their documentation states that one should be able to adjust the info displayed about the collection on OpenSea when…
peter7000
  • 1
  • 1
-1
votes
1 answer

Candy Machine Mints Happening Automatically During Sugar Upload

I haven't seen this before: I was just doing an NFT upload using the Sugar CLI. Everything went fine but at the end of the upload I saw this: [2/2] Verification Verifying 2000 config line(s): (Ctrl+C to abort) [00:00:35] Config line verification…
bschmitty
  • 1,118
  • 3
  • 16
  • 46
-1
votes
1 answer

Yarn doesn't install dependency in candy-machine-ui

Wanted to start candymachine-ui yarn doesn't install it's last dependency called @material-ui/icons enter image description here
-1
votes
1 answer

After minting my collection appears with name "Collection NFT"

I'm using candy-machine v2 to mint my NFT collection. I set up everything correctly and tested a basic minting. Everything seems fine, all metadata is correct. However the collection appears with the name "Collection NFT" in my Phantom wallet. I…
brknarsy
  • 89
  • 10
-1
votes
1 answer

Setting up multiple whitelist using Candy Machine v2

I am working to deploy my first minting site and wondering how I can go about setting up multiple whitelists. For example, I want to have 3 different whitelist each with a different price, where the first set of minters are on WL1 and can mint from…
bschmitty
  • 1,118
  • 3
  • 16
  • 46
-1
votes
1 answer

How to create a new candy machine after testing to test again within project?

So I've been playing around and testing Candy machine on devnet, have the mint site set up and everything seems to be working ok. I want to test again as i have no more assets to mint so need to set up a new candy machine in the project. I've…
Liz
  • 5
  • 1
-1
votes
1 answer

How can I create a Collection NFT before Minting?

I understand that Collections are now being enforced on Candy Machines on Devnet. This means, I have to run the the set_collection command after I created the Candy machine with the Upload command. To do that, I need to create mi Collection NFT in…
-1
votes
1 answer

Solana artwork upload command problem ( metaplex )

{ "price": 1.0, "number": 10, "gatekeeper": null, "solTreasuryAccount": "", "splTokenAccount": null, "splToken": null, "goLiveDate": "25 Dec 2021 00:00:00 GMT", "endSettings": null, "whitelistMintSettings": null, "hiddenSettings": null, "storage":…
-1
votes
1 answer

How can i get the public key of the Candy Machine of collection

Please Help i want to get NFT Mint Addresses and this function below return what i want but it requires the candy machine id : import { Connection, clusterApiUrl, PublicKey } from '@solana/web3.js'; import bs58 from 'bs58'; const connection = new…
-1
votes
1 answer

Failure to execute commands when uploading CandyMachinev2 to devnet

I've been trying to fix a certain issue for the past day, and I can confidently say that I'm stuck. I've been trying to follow the guide for uploading a CMV2 to Devnet, but to no avail, by using this as my resource:…
-2
votes
1 answer

Candy Machine V2 Testing on Devnet....reset?

Hope everyone is great! This might be a silly question but just wanted to be sure as i'm seeing few mixed reviews on this. I've got candy machine up and running, all settings work including the whitelist function. Did couple test mints from an…
Liz
  • 5
  • 1
-4
votes
1 answer

How to add Metaplex/Candymachine function to an existing website?

I'm hoping someone can point me in the right direction. I would like to add the Metaplex/candymachine function to an existing website that was originally built to work with metamask. Just trying to save myself from having to redo the website.…
Liz
  • 5
  • 1
1 2 3 4 5 6
7