protocol / nft-website

NFT School: Community education platform for developers in the non-fungible token space.
https://nftschool.dev
MIT License
358 stars 97 forks source link

[CONTENT] Smart contract example - Solana #140

Open dchoi27 opened 2 years ago

dchoi27 commented 2 years ago

We should have a page /smart-contract-examples/solana giving a lightweight tutorial for minting an Solana smart contract on NFT.Storage via Metaplex.

Let's make a simple example that:

This is blocked on integrating NFT.Storage with Metaplex.

ghost commented 2 years ago

I would apricate Solana support as well.

jochasinga commented 2 years ago

@yusefnapora If anyone isn't working on this, I can help with this 🦀

dchoi27 commented 2 years ago

No one is working on this! We have the Candy Machine integration but that's it.

jochasinga commented 2 years ago

Metaplex and Solana are different actually. Devs working with Metaplex don't really have to know Solana program (I think). If this aims to be one of the smart contract examples, then Metaplex should have a separate tutorial.

jochasinga commented 2 years ago

It can probably be combined anyway. I'll take a stab at this.