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)
What is the "mint" key referring to in Metaplex SDK JS's token burning function parameters?
I am trying to burn a token (that is definitely minted and exists) on the Solana network using the javascript Metaplex SDK.
Their token burning function (written at the bottom) takes in an object of t...
codename
Votes: 0
Answers: 0
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
Yarn build error exit code 1 metaplex nft marketplace
I'm trying to make a metaplex marketplace and every time I run yarn build I get this
Node.js v17.2.0
error Command failed with exit code 1.
lerna ERR! yarn run build exited 1 in 'gumdrop'
lerna WARN ...
Henry Haze
Votes: 0
Answers: 1
Candy Machine V2 - Trying to get all the nfts created by one candy machine
I am trying to figure out all the nfts that were created by one candy machine. I am so confused with the v2. Here is what I have done so far.
async function getProgramAccounts(
connection,
pro...
skimah
Votes: 0
Answers: 1