How to mint your own fungible token, How to mint your own NFT, How to write and deploy Rust smart contract on Solana
- Why are you writing this tutorial?
- I'm currently creating an NFT minting service on Solana, so I'm in a great spot to teach how to mint a token and mint an NFT. This also involves writing and deploying Rust smart contracts.
- What are you going to achieve/build in this tutorial?
- Will teach how to make a simple SOL token, simple NFT with metadata (probably hosted on IPFS), and a simple Rust smart contract (most likely a charity contract example).
- What will they learn by doing it? What are the key learnings you want your audience to take away?
- I want the readers to be comfortable with developing the different kinds of tokens and contracts on Solana. I like to explain things so people can understand them even with no development experience, if possible.