Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 475 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 475 Bytes

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