Unboxed-Software / solana-course

A complete course for learning Solana, including creating and transferring tokens, making NFTs, on-chain app development, and more.
https://solana.com/developers
Mozilla Public License 2.0
384 stars 131 forks source link

Minting Solana NFTs using Rust #127

Closed anoushk1234 closed 3 weeks ago

anoushk1234 commented 2 years ago

There's already a guide on minting NFTs using candy machine in TS but what if I want to mint NFTs using my program and want to add some custom logic for these NFTs. I will need to make my own anchor program to mint these NFTs,

hydrogenbond007 commented 2 years ago

True, buildspace made a great walkthrough build and there is also one on here. Might be useful to add link to these.

mikemaccana commented 3 weeks ago

Hi @anoushk1234 and @hydrogenbond007 - the courses have now been migrated to https://solana.com/developers/courses and https://github.com/solana-foundation/developer-content/tree/main/content/courses. If you want to contribute a Rust NFT guide please add one and see the issue below!