/epic-nfts

Primary LanguageJavaScript

Hardhat project with Vue client

To install node modules run:

yarn install
cd client
yarn install

Hardhad commands:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

Run client:

cd client/
yarn serve