buildspace / buildspace-projects

The home of our open-source projects.
https://buildspace.so/projects
Creative Commons Attribution Share Alike 4.0 International
3.01k stars 1.09k forks source link

✨ [Solana NFT Metaplex] #1227

Closed priyansh71 closed 1 year ago

priyansh71 commented 2 years ago

I was thinking of shifting the project from using the Metaplex CLI from their official repository to using their official Rust-based candy machine CLI called Sugar. It is not only easier to set up all devices but also gives fewer errors, besides being well-maintained.

Moreover, to make the project more exciting and provide an insight to the builders on why NFTs in Solana are so complex, I was thinking of adding thrilling reads like the one linked here.

The project starter code, precisely the one in the file connection.js, needs to be changed a bit because it leads to an unsolvable error which kind of demotivates everyone. The only way to solve that issue is by roaming around Metaplex's discords and finding the correct codebase source, which is this.

https://user-images.githubusercontent.com/77532581/180922644-2861b96e-acbb-4d97-989b-1e07b2275495.mov

However, this codebase is much more complex, typescript based, and would be difficult to break into starter project files. I Hence, I plan to revamp the starter codebase and some of the lesson contents, so these issues do not pop up. Update: I created an NPM package to use the required functions directly!

helloitsm3 commented 1 year ago

Closing this as this is outdated. Feel free to re-open it if the issue persists.