Skip to content

BenjaminChua/Ethereum-Blockchain-Developer-Bootcamp

Repository files navigation

Ethereum Blockchain Developer

truffle develop

truffle console --network test migrate debug

Deployment

truffle dashboard truffle migrate --network dashboard

verify contract on etherscan

npm i -D truffle-plugin-verify truffle run verify --network goerli

console log: ganache

npm i @ganache/console.log

openzeppelin contracts

npm i @openzeppelin/contracts