- In this tutorial we will be going over how to create your own NFT Marketplace using React for the front end which will help you to create your own gallery, and using Rust for the back end to process transactions on the Solana Blockchain. More on the Solana CLI (Command Line Interface) and Developer Expierence here. Check out the Solana Blockchain source code to see what our marketplace will be built on top of!
- Disclaimer: It is useful to have some developer experience before this tutorial.
- You should be exepcted to know Rust. It is a low-level systems programming language and can have a learning curve. Check out the SolHack Discord to join a rust study group!
- How to Create your own NFT Marketplace