alfredolopez80 / curso-practica1

Practica de Entorno de Desarrollo de Hardhat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Course Blockchain / First Practice 1

Before to Start


Validate Develop Environment


  • Node v14.17.0 or +
  • Solc v0.8.4 or +
  • Hardhat v2.2.1 or +
  • Ganache-cli
  • svm
  • nvm

Start migration


npx hardhat run scripts/deploy.ts

OR

npm run deploy

Start Hardhat test


npx hardhat test

environment variables (.env file)



Last ETH Gas Reporter



Last Contract Size Reporter



About

Practica de Entorno de Desarrollo de Hardhat


Languages

Language:Solidity 49.7%Language:TypeScript 47.1%Language:Shell 3.2%