in this app you can create NFT collections, mint your own NFTs and sell them on Etherum and other EVM compatible blockchains
for installing required libraries run
npm install
for starting server run
npm run dev
also create a .env file and place your alchamy endpoints there(you should sign in alchamy and create your own project)
following tasks are for working with hardhat:
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/deploy.js
npx hardhat help