Update: The "JavaScript CLI" is deprecated in favor of "Sugar" as their new Candy Machine CLI. I will be releasing a new video on "Sugar" in a week or so 👨💻 If you are urgently trying to release a project, then I think its still ok to use the JavaScript CLI. But if you can wait for a week, then stay tuned for the new video! 😊 (This is my personal opinion on using "JavaScript CLI" vs Sugar) 🤗Using Windows to launch Metaplex Candy Machine V2. I hope that this video clears up all the issues that our Solana Developers on Windows have been facing 🤗 💬 Thank you again to everyone for keeping the comment sections engaged! 💬 💜💻🤟Don't forget to Like, Subscribe, and Follow me on Twitter! 🤟💻💜
Hello! Yes, thanks for that note. Interestingly they deprecated it right after I posted the video. What a coincidence! Everything should still work fine though. I am in process of creating a video with "Sugar" :)
Thanks for all the videos sir I was suggesting to create a discord community for all of us so that we can discuss with each other with any kind of problems and errors Thanks
To launch a project on ME, one needs to apply to use them as a launchpad. I'll try to go through the process and create a video on it :) Thank you for the suggestion!
Thanks for the tutorial. Sadly after deprecated version it is again not working under windows or at least not for me :D I am stuck at: ts-node src/candy-machine-v2-cli.ts --version Error is candy machine not found. Maybe you have a solution for it or can mention it in the next video. Thanks for your work anyway. Lot of effort. Appreciated!
Hello! Thank you for the kind words :) I am working on a video that uses Sugar, and I hope that will make things easier. In the meantime, let tackle the problem you are facing. Can you post more accurate error? I suppose your error is more like "candy-machine-v2-cli.ts" not found? If yes, then please make sure that you are using the right path. If you are using Windows, then I'd recommend not using ~ anywhere, and instead to create a folder and do everything in there, just like I did in this video. But feel free to post more details about the error, the directory structure you have, etc
@@Key_Strokes I am using the code provided on Metaplex Doc. If i put ts-node src/candy-machine-v2-cli.ts --version or even .src/candy-machine... this is the result: PS C:\Users\49176\Desktop\NFT> ts-node src/candy-machine-v2-cli.ts --version node:internal/modules/cjs/loader:936 ^ Error: Cannot find module './candy-machine-v2-cli.ts' Require stack: - C:\Users\49176\Desktop\NFT\src\imaginaryUncacheableRequireResolveScript at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.resolve (node:internal/modules/cjs/helpers:108:19) at requireResolveNonCached (C:\Users\49176\AppData\Roaming pm ode_modules\ts-node\dist\bin.js:549:16) at getProjectSearchDir (C:\Users\49176\AppData\Roaming pm ode_modules\ts-node\dist\bin.js:519:40) at phase3 (C:\Users\49176\AppData\Roaming pm ode_modules\ts-node\dist\bin.js:267:27) at bootstrap (C:\Users\49176\AppData\Roaming pm ode_modules\ts-node\dist\bin.js:47:30) at main (C:\Users\49176\AppData\Roaming pm ode_modules\ts-node\dist\bin.js:33:12) at Object. (C:\Users\49176\AppData\Roaming pm ode_modules\ts-node\dist\bin.js:579:5) at Module._compile (node:internal/modules/cjs/loader:1105:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10) { code: 'MODULE_NOT_FOUND', requireStack: [ 'C:\\Users\\49176\\Desktop\\NFT\\src\\imaginaryUncacheableRequireResolveScript'
> Listed here, how to bring up whitelist mint and public mint options Sorry, I didnt get your question. If you are looking to use MagicEden as launchpad, then again use the Creators section to apply to launch your project there. They provide a white glove service for this, and can help you with whitelist and public mint options. If you are looking for how to launch whitelist/public mint using Metaplex Candy Machine, then check out this video that I created: ruclips.net/video/asnupAj-IJg/видео.html
Update: The "JavaScript CLI" is deprecated in favor of "Sugar" as their new Candy Machine CLI. I will be releasing a new video on "Sugar" in a week or so 👨💻 If you are urgently trying to release a project, then I think its still ok to use the JavaScript CLI. But if you can wait for a week, then stay tuned for the new video! 😊 (This is my personal opinion on using "JavaScript CLI" vs Sugar)
🤗Using Windows to launch Metaplex Candy Machine V2. I hope that this video clears up all the issues that our Solana Developers on Windows have been facing 🤗
💬 Thank you again to everyone for keeping the comment sections engaged! 💬
💜💻🤟Don't forget to Like, Subscribe, and Follow me on Twitter! 🤟💻💜
Clear and crisp explanation!! Good one 👏👏
I think candy-machine v2 cli is deprecated and it would be great if a tutorial with sugar on windows is made :D
Hello! Yes, thanks for that note. Interestingly they deprecated it right after I posted the video. What a coincidence!
Everything should still work fine though. I am in process of creating a video with "Sugar" :)
@@Key_Strokes that would be cool, thank you!!!
Thanks for all the videos sir
I was suggesting to create a discord community for all of us so that we can discuss with each other with any kind of problems and errors
Thanks
how to launch nft project in magiceden launchpad,
Please Give a video on this subject
To launch a project on ME, one needs to apply to use them as a launchpad. I'll try to go through the process and create a video on it :) Thank you for the suggestion!
@@Key_Strokes ok. sir
Thanks for the tutorial. Sadly after deprecated version it is again not working under windows or at least not for me :D I am stuck at: ts-node src/candy-machine-v2-cli.ts --version Error is candy machine not found. Maybe you have a solution for it or can mention it in the next video. Thanks for your work anyway. Lot of effort. Appreciated!
Hello! Thank you for the kind words :) I am working on a video that uses Sugar, and I hope that will make things easier.
In the meantime, let tackle the problem you are facing. Can you post more accurate error? I suppose your error is more like "candy-machine-v2-cli.ts" not found? If yes, then please make sure that you are using the right path. If you are using Windows, then I'd recommend not using ~ anywhere, and instead to create a folder and do everything in there, just like I did in this video. But feel free to post more details about the error, the directory structure you have, etc
@@Key_Strokes I am using the code provided on Metaplex Doc.
If i put ts-node src/candy-machine-v2-cli.ts --version or even .src/candy-machine... this is the result:
PS C:\Users\49176\Desktop\NFT> ts-node src/candy-machine-v2-cli.ts --version
node:internal/modules/cjs/loader:936
^
Error: Cannot find module './candy-machine-v2-cli.ts'
Require stack:
- C:\Users\49176\Desktop\NFT\src\imaginaryUncacheableRequireResolveScript
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.resolve (node:internal/modules/cjs/helpers:108:19)
at requireResolveNonCached (C:\Users\49176\AppData\Roaming
pm
ode_modules\ts-node\dist\bin.js:549:16)
at getProjectSearchDir (C:\Users\49176\AppData\Roaming
pm
ode_modules\ts-node\dist\bin.js:519:40)
at phase3 (C:\Users\49176\AppData\Roaming
pm
ode_modules\ts-node\dist\bin.js:267:27)
at bootstrap (C:\Users\49176\AppData\Roaming
pm
ode_modules\ts-node\dist\bin.js:47:30)
at main (C:\Users\49176\AppData\Roaming
pm
ode_modules\ts-node\dist\bin.js:33:12)
at Object. (C:\Users\49176\AppData\Roaming
pm
ode_modules\ts-node\dist\bin.js:579:5)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'C:\\Users\\49176\\Desktop\\NFT\\src\\imaginaryUncacheableRequireResolveScript'
@@Key_Strokes Probably has something to do with node modules npm? I find no solution yet. npm install again didnt solve this.
@@Key_Strokes Anyway I am looking forward to your sugar video! Hopefully this will work better.
It seems more like an issue with the path. It might take me a week or so to release the next video. :)
Sir,. How to list solana nft in magic eden,
Hello! You can do that using the option thats found on the left panel: "Creators -> Apply for listing". Have you tried that?
@@Key_Strokes no
@@Key_Strokes Listed here, how to bring up whitelist mint and public mint options
> Listed here, how to bring up whitelist mint and public mint options
Sorry, I didnt get your question.
If you are looking to use MagicEden as launchpad, then again use the Creators section to apply to launch your project there. They provide a white glove service for this, and can help you with whitelist and public mint options.
If you are looking for how to launch whitelist/public mint using Metaplex Candy Machine, then check out this video that I created: ruclips.net/video/asnupAj-IJg/видео.html