Skip to content

You can sign messages with your metamask and with this signature you can validate and mint a NFT

Notifications You must be signed in to change notification settings

ThalesBMC/NFT-Minter

Repository files navigation

NFT Minter and Message Validator

This projects demonstrate how to sign a message and validate if this message was signed by the msg.sender and if it was it call a NFT mint function that creates a SVG with the message that you signed.

example
For testing in root folder
npx hardhat test
For running frontend in client folder
yarn run dev