metaplex-foundation / js-deprecated

Deprecated Metaplex JavaScript SDK
https://metaplex-foundation.github.io/js/
MIT License
127 stars 77 forks source link

Can you mint 1:1 NFT without Candy Machine? #198

Open zkhalapyan opened 2 years ago

zkhalapyan commented 2 years ago

Is your feature request related to a problem? Please describe. I working on a 1:1 marketplace project — is there a way to bypass Candy Machine and use JS APIs to mint?

Describe the solution you'd like Call mint(URL) and get a token ID back...

Describe alternatives you've considered Can create a candy machine every single time for every single 1:1 NFT 😢

KKQanT commented 2 years ago

https://solanacookbook.com/references/nfts.html#mint-the-nft

Check this out, sir.