/Hardhat-NFTs

🏞 Generate random NFT on IPFS using Chainlink VRF and Pinata 🦙

Primary LanguageTypeScript

Run the project

cp .env.example .env # Create your own .env file
yarn install # Install dependencies
yarn hardhart compile # Compile smart contracts
yarn hardhat test # Run tests
yarn hardhat deploy --tags <tags> # Deploy!