Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 784 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 784 Bytes

Practivas IovLabs 💻

Comandos utiles:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

Para limpiar el compilador

npx hardhat clean
npx hardhat compile

Librerias a instalar:

@openzeppelin/contracts
@nomicfoundation/hardhat-toolbox@^2.0.0

Extenciones utiles:

NomicFoundation.hardhat-solidity

Aclaracion no instalar JuanBlanco.solidity y beaugunderson.solidity-extended


Material complementario:

openzeppelin wizard


Cursos extras:

freecodecamp

cryptozombies