Skip to content

domininik/nfts

Repository files navigation

DFT

ERC721 Token (NFT) Marketplace

Getting started

Install dependencies with

npm install

Run local node with

npx hardhat node

Deploy to local network with

npx hardhat run --network localhost scripts/deploy.js

Run tests with

npx hardhat test

Check tests coverage with

npx hardhat coverage

Start client with

npm start

and access it at http://localhost:3000/

Docker

Create and start containers with

docker compose up

and access client at http://localhost:3000/