The purpose of this Dapp is to burn and mint a new copy of an NFT.
Simple burn and mint application.
Server reads a mapping between hahes of existing NFTs and their related metadata in order to:
- Identify which NFTs to burn in the user's wallet on the client side
- 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.
- [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
Giffen Good: @_GiffenGood
- 0.1
- Initial Release
This project is licensed under the GNU General Public License - see here for details
Inspiration, code snippets, etc.
- Metaplex and it's community developers, who provided guidance on best practices while building this app.
- Solana Cookbook
- yihau
- Sol-Slugs