NFT MARKETPLACE, Decentralised Application (DApp)
Tech Stack
- NextJs, Hardhat, Solidity
To Run :
- Clone the repo
npm i
npx hardhat node
- Let the hardhat node running, open new terminal,
npx hardhat run scripts/deploy.js --network localhost
- If the contract deployed successfully, it will return the contract address and transaction info in response.
npm run dev
Visit localhost:300