wonka-js icon indicating copy to clipboard operation
wonka-js copied to clipboard

Wonka JS is the easiest way to mint Metaplex's Candy Machine NFTs with APIs.

Results 3 wonka-js issues
Sort by recently updated
recently updated
newest added

Trying to dynamically mint on devnet Getting this error in this line: `const candyMachineMintId = await wonka.mintCandyMachineToken(recipientWallet)` where recipient wallet is the wallet string have also tried generating a Public...

I've been having no problems with Candy Machine configs without `whitelistMintSettings`, but with the following config, I always get an error (despite having `isPresale` = false). I was able to...

Just curious, would it be possible to add a `quantity` argument to `mintCandyMachineToken` and be able to batch mint more than one token at a time? Thanks, Edward