Skip to content

Giffen-good/derug-nft-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Derug NFT Dapp

The purpose of this Dapp is to burn and mint a new copy of an NFT.

Description

Simple burn and mint application.

Server reads a mapping between hahes of existing NFTs and their related metadata in order to:

  1. Identify which NFTs to burn in the user's wallet on the client side
  2. Mint an NFT using the associated metadata

Transactions are built and partially signed on server to register update authority as a verified creator before being sent back to the client to sign and send the transaction.

Getting Started

  • [todo] import test scripts to mint and map a sample collection for use on server side
  • Fill out relevant environment variables, then build and start client and server apps

Authors

Giffen Good: @_GiffenGood

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the GNU General Public License - see here for details

Acknowledgments

Inspiration, code snippets, etc.