python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
I'm trying to complete the upload step to deploy a candy machine and I get the below output
I'm trying to complete the upload step to deploy a candy machine and I am using Metaplex v2 and I am using devnet(not using minnet-beta) and "storage": "arweave" also set to devnet...
Turinbek Malikov
Votes: 0
Answers: 2
What is the difference between minting NFT's on Solana and Ethereum?
I am a little confused about the workflow of NFT's on the Solana blockchain. I come from Ethereum and everything there is very clear. There is a smart contract that is executed on the blockchain which...
justanotherguy
Votes: 0
Answers: 1
verify_upload not working in Candy Machine v2
I just finished uploading my test nfts onto arweave using the devnet. This was the code I used:
ts-node D:/Hashlips/Test-Metaplex-master/js/packages/cli/src/candy-machine-v2-cli.ts upload -e devnet -k...
Joshua Cardoz
Votes: 0
Answers: 1
Transaction simulation failed: Attempt to debit an account but found no record of a prior credit
I type the command :
npx ts-node candy-machine-v2-cli.ts upload -e devnet \
-k DEVw4sdjjwo3he1JgJbycZuWmZuC28YFMEY9uYpnP7cP.json -c cm2test \
-cp /users/macbook/git/cmv2/setup/cmsetup.json \
/user...
aissyla
Votes: 0
Answers: 1