pchabros / epic-nfts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 43.5%Language:Vue 40.8%Language:HTML 8.2%Language:Solidity 7.5%