Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 566 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 566 Bytes

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/