Skip to content

Mueslint/solana-nft-retro-tape

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana NFT Drop Project

Try the app and see your NFT, mint it right now 🚀

Welcome 👋

This is a project to learn how NFT are managed on Solana based on the awesome tutorial made by buildspace!

Key learnings

  • As everything is an account in Solana, so does are NFTs 🖼️
  • A Candy Machine program is deployed on Solana to distribute the deployed NFTs (we used metaplex ecosystem)
  • Client side and Blockchain side of RPC can talk once IDL has been fetched: It is a standard done so they can talk as they could be/are written in different languages
  • You have to pay rents for Accounts to validator to hold data, when deploying NFT we ask for how much lamports it cost to be exempted of rent so that our NFT doesn't disappear in the wild haha
  • Solana can be considered a little bit like a distributed file system where files (accounts) are stored/callabled at a dedicated path (address)

Overlook 👀

Nice additions planned:

  • finish uploading 10+ others variations of the NFT (handmade variations 😢), waiting for devnet to be reachable after they updates it...
  • deploy the app on Vercel
  • add rarity and make a basic trait system: seems huge work ^^

Capture d’écran 2022-04-18 à 12 56 03

About

React + Solana NFT project to mint 80's tape

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.0%
  • CSS 8.8%
  • HTML 6.2%