achicha / eth_smart_contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eth_smart_contracts

todo:

hardhat

cd project_folder

# install
brew install node
npx hardhat # run with all default settings
npx ci      # or install from package-lock.json

# deploy
env $(cat .env) npx hardhat run --network rinkeby scripts/deploy-V1.js
env $(cat .env) npx hardhat verify --network rinkeby 0x1Fb76BE42eBBbBBEcc01fF4b480F53Ce9590FC13

Links:

About


Languages

Language:Solidity 93.8%Language:JavaScript 6.2%